We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4307ec9 commit 72130b4Copy full SHA for 72130b4
src/pages/Index.vue
@@ -5,5 +5,4 @@ import { isDark, toggleDark } from "~/composables/dark";
5
<template>
6
<div m="6">Hello,This is the tov template!!</div>
7
<div m="6" cursor="pointer" @click="toggleDark()">light: {{ isDark }} click me!!</div>
8
- <el-button>你好</el-button>
9
</template>
0 commit comments