Skip to content

Commit 651caae

Browse files
authored
Update README.md
1 parent 06afae3 commit 651caae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ A json-schema editor of high efficient and easy-to-use, base on Vue
66
npm install json-schema-editor-vue
77
```
88

9-
```
9+
```vue
1010
import JsonSchemaEditor from '../packages/index'
1111
Vue.use(JsonSchemaEditor)
1212
```
13-
```
13+
```vue
1414
<template>
1515
<div id="app">
1616
...
@@ -38,4 +38,4 @@ export default {
3838

3939
Don't forget to star if it helped!
4040

41-
如果对您有帮助,别忘记给个星哦
41+
如果对您有帮助,别忘记给个星哦

0 commit comments

Comments
 (0)