mirror of
https://github.com/Ssl1S/json-schema-editor-vue.git
synced 2025-12-30 09:47:54 +08:00
Update README.md
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
```
|
```bash
|
||||||
npm install json-schema-editor-vue
|
npm install json-schema-editor-vue
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -20,6 +20,7 @@ npm install json-schema-editor-vue
|
|||||||
import JsonSchemaEditor from '../packages/index'
|
import JsonSchemaEditor from '../packages/index'
|
||||||
Vue.use(JsonSchemaEditor)
|
Vue.use(JsonSchemaEditor)
|
||||||
```
|
```
|
||||||
|
|
||||||
```vue
|
```vue
|
||||||
<template>
|
<template>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
|
|||||||
Reference in New Issue
Block a user