Skip to content

Commit d5ab074

Browse files
committed
chore: fix eslint
1 parent a1c06c3 commit d5ab074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/counter/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function add() {
2424
number:<strong class="text-green-500"> {{ counter }} </strong>
2525
</p>
2626

27-
<button class="mt-10 btn" @click="add">
27+
<button class="btn mt-10" @click="add">
2828
Add
2929
</button>
3030
</template>

src/pages/unocss/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This is a simple example of Unocss in action.
88
</p>
99

10-
<button class="mt-10 btn">
10+
<button class="btn mt-10">
1111
Button
1212
</button>
1313
</template>

0 commit comments

Comments
 (0)