We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c06c3 commit d5ab074Copy full SHA for d5ab074
src/pages/counter/index.vue
@@ -24,7 +24,7 @@ function add() {
24
number:<strong class="text-green-500"> {{ counter }} </strong>
25
</p>
26
27
- <button class="mt-10 btn" @click="add">
+ <button class="btn mt-10" @click="add">
28
Add
29
</button>
30
</template>
src/pages/unocss/index.vue
@@ -7,7 +7,7 @@
7
This is a simple example of Unocss in action.
8
9
10
- <button class="mt-10 btn">
+ <button class="btn mt-10">
11
Button
12
13
0 commit comments