Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.2](https://github.com/vueblocks/element-schema-form/compare/v0.1.1...v0.1.2) (2019-10-30)



## [0.1.1](https://github.com/vueblocks/element-schema-form/compare/v0.1.0...v0.1.1) (2019-10-29)


Expand Down
17 changes: 8 additions & 9 deletions app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,16 @@ import router from './router'
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'

import SchemaForm, { SchemaFormItem } from '../src/index'
import SchemaFormJsoneditor from '../src/packages/components/schema-form-jsoneditor'
import SchemaFormQuill from '../src/packages/components/schema-form-quill'
import SchemaFormCodemirror from '../src/packages/components/schema-form-codemirror'
// 引入codeMirror的样式
import 'codemirror/lib/codemirror.css'
import 'codemirror/theme/cobalt.css'
import 'codemirror/mode/javascript/javascript.js'

import SchemaForm, {
SchemaFormItem,
SchemaFormJsoneditor,
SchemaFormQuill,
SchemaFormCodemirror
} from '../src/index'
// } from '../lib/element-schema-form.common'
// 引入jsoneditor的样式
import 'jsoneditor/dist/jsoneditor.min.css'

import App from './App.vue'

Expand All @@ -26,8 +25,8 @@ Vue.use(ElementUI, {
})
Vue.component('SchemaFormJsoneditor', SchemaFormJsoneditor)
Vue.component('SchemaFormQuill', SchemaFormQuill)

Vue.component('SchemaFormCodemirror', SchemaFormCodemirror)

Vue.component('SchemaFormItem', SchemaFormItem)

Vue.use(SchemaForm, {
Expand Down
1 change: 1 addition & 0 deletions lib/SchemaFormCodemirror.common.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/SchemaFormCodemirror.umd.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/SchemaFormQuill.common.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/SchemaFormQuill.umd.min.js

Large diffs are not rendered by default.

318 changes: 19 additions & 299 deletions lib/element-schema-form.common.js

Large diffs are not rendered by default.

328 changes: 24 additions & 304 deletions lib/element-schema-form.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/element-schema-form.umd.min.js

Large diffs are not rendered by default.

Loading