5 Star 89 Fork 22

albert/json-schema-editor-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 264 Bytes
一键复制 编辑 原始数据 按行查看 历史
albert 提交于 2022-01-02 09:48 +08:00 . 更改版本号
import Vue from 'vue'
import App from './App.vue'
import JsonSchemaEditor from '../packages/index'
import { Modal } from 'ant-design-vue'
Vue.config.productionTip = false
Vue.use(Modal)
Vue.use(JsonSchemaEditor)
new Vue({
render: h => h(App),
}).$mount('#app')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zyqwst/json-schema-editor-vue.git
[email protected]:zyqwst/json-schema-editor-vue.git
zyqwst
json-schema-editor-vue
json-schema-editor-vue
master

搜索帮助