Skip to content

Commit 15b6219

Browse files
committed
chore: fix eslint
1 parent 7921ce9 commit 15b6219

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/pages/counter/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function add() {
2828
<strong class="text-green-500"> {{ counter.count }} </strong>
2929
</p>
3030

31-
<button class="mt-10 btn" @click="add">
31+
<button class="btn mt-10" @click="add">
3232
{{ $t('counter_page.btn_add') }}
3333
</button>
3434
</div>

app/pages/unocss/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ definePageMeta({
1515
{{ $t('unocss_page.desc') }}
1616
</p>
1717

18-
<button class="mt-10 btn">
18+
<button class="btn mt-10">
1919
{{ $t('unocss_page.btn_txt') }}
2020
</button>
2121
</div>

0 commit comments

Comments
 (0)