Skip to content

Commit f1feef1

Browse files
commit
1 parent a7b7a20 commit f1feef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/components/editor/editor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div>
33
<editor ref="editor" :value="content" @on-change="handleChange"/>
4-
<button @click="changeContent">修改编辑器内容</button>
4+
<Button @click="changeContent">修改编辑器内容</Button>
55
</div>
66
</template>
77

0 commit comments

Comments
 (0)