Skip to content

Commit

Permalink
format: 去除el-button
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Jan 23, 2022
1 parent 4307ec9 commit 72130b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ import { isDark, toggleDark } from "~/composables/dark";
<template>
<div m="6">Hello,This is the tov template!!</div>
<div m="6" cursor="pointer" @click="toggleDark()">light: {{ isDark }} click me!!</div>
<el-button>你好</el-button>
</template>

0 comments on commit 72130b4

Please sign in to comment.