Update README.md

This commit is contained in:
AlbertZhang
2020-06-28 01:26:53 +08:00
committed by GitHub
parent b4dc854530
commit a7747bf229

View File

@@ -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">