Update README.md

This commit is contained in:
AlbertZhang
2020-06-28 00:58:29 +08:00
committed by GitHub
parent 06afae37e7
commit 651caae009

View File

@@ -6,11 +6,11 @@ A json-schema editor of high efficient and easy-to-use, base on Vue
npm install json-schema-editor-vue npm install json-schema-editor-vue
``` ```
``` ```vue
import JsonSchemaEditor from '../packages/index' import JsonSchemaEditor from '../packages/index'
Vue.use(JsonSchemaEditor) Vue.use(JsonSchemaEditor)
``` ```
``` ```vue
<template> <template>
<div id="app"> <div id="app">
... ...