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 7921ce9 commit 15b6219Copy full SHA for 15b6219
app/pages/counter/index.vue
@@ -28,7 +28,7 @@ function add() {
28
<strong class="text-green-500"> {{ counter.count }} </strong>
29
</p>
30
31
- <button class="mt-10 btn" @click="add">
+ <button class="btn mt-10" @click="add">
32
{{ $t('counter_page.btn_add') }}
33
</button>
34
</div>
app/pages/unocss/index.vue
@@ -15,7 +15,7 @@ definePageMeta({
15
{{ $t('unocss_page.desc') }}
16
17
18
- <button class="mt-10 btn">
+ <button class="btn mt-10">
19
{{ $t('unocss_page.btn_txt') }}
20
21
0 commit comments