Skip to content

Commit 72130b4

Browse files
committed
format: 去除el-button
1 parent 4307ec9 commit 72130b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/Index.vue

-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ import { isDark, toggleDark } from "~/composables/dark";
55
<template>
66
<div m="6">Hello,This is the tov template!!</div>
77
<div m="6" cursor="pointer" @click="toggleDark()">light: {{ isDark }} click me!!</div>
8-
<el-button>你好</el-button>
98
</template>

0 commit comments

Comments
 (0)