We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b7a20 commit f1feef1Copy full SHA for f1feef1
src/view/components/editor/editor.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div>
3
<editor ref="editor" :value="content" @on-change="handleChange"/>
4
- <button @click="changeContent">修改编辑器内容</button>
+ <Button @click="changeContent">修改编辑器内容</Button>
5
</div>
6
</template>
7
0 commit comments