This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 4 files changed +18
-5
lines changed
cna-template/template/frameworks/oruga
create-nuxt-app/test/snapshots
4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "@oruga-ui/oruga" : " ^0.2.2 "
3
+ "@oruga-ui/oruga" : " ^0.3.3 "
4
4
}
5
5
}
Original file line number Diff line number Diff line change 8
8
Oruga UI is like a caterpillar, minimal and yet functional.<br >It's in your hands turning it into a butterfly.
9
9
</p >
10
10
<div class =" buttons" >
11
- <o-button size = " large " variant = " primary " @click =" goToDocs()" >
11
+ <o-button root-class = " button " variant-class = " button- " variant = " light " @click =" goToDocs()" >
12
12
Documentation
13
13
</o-button >
14
- <o-button size = " large " variant = " info " @click =" goToGithub()" >
14
+ <o-button root-class = " button " variant-class = " button- " variant = " dark " @click =" goToGithub()" >
15
15
GitHub
16
16
</o-button >
17
17
</div >
@@ -23,7 +23,7 @@ export default {
23
23
name: ' HomePage' ,
24
24
methods: {
25
25
goToDocs () {
26
- window .location = ' https://oruga.io/documentation/'
26
+ window .location = ' https://oruga.io/documentation/#nuxt-module '
27
27
},
28
28
goToGithub () {
29
29
window .location = ' https://github.com/oruga-ui/oruga'
@@ -81,4 +81,17 @@ export default {
81
81
.buttons {
82
82
padding-top : 15px ;
83
83
}
84
+
85
+ .button {
86
+ padding : 1rem ;
87
+ min-width : 10rem ;
88
+ }
89
+
90
+ .button-light {
91
+ background-color : #9dbe43 ;
92
+ }
93
+
94
+ .button-dark {
95
+ background-color : #293923 ;
96
+ }
84
97
</style >
Original file line number Diff line number Diff line change @@ -1189,7 +1189,7 @@ Generated by [AVA](https://avajs.dev).
1189
1189
1190
1190
{
1191
1191
dependencies: {
1192
- '@oruga-ui/oruga': '^0.2.2 ',
1192
+ '@oruga-ui/oruga': '^0.3.3 ',
1193
1193
'core-js': '^3.8.3',
1194
1194
nuxt: '^2.14.12',
1195
1195
},
You can’t perform that action at this time.
0 commit comments