|
@ -1,9 +1,14 @@
|
|
import CustomTable from './src/components/TablePage'
|
|
import CustomTable from './src/components/TablePage'
|
|
|
|
import CustomForm from './src/components/Form'
|
|
|
|
import CustomDialog from './src/components/Dialog'
|
|
|
|
|
|
import Tools from './src/utils/tool'
|
|
import Tools from './src/utils/tool'
|
|
import _Vue from 'vue'
|
|
import _Vue from 'vue'
|
|
|
|
|
|
const components = [
|
|
const components = [
|
|
CustomTable
|
|
|
|
|
|
CustomTable,
|
|
|
|
CustomForm,
|
|
|
|
CustomDialog
|
|
]
|
|
]
|
|
|
|
|
|
const install = function(Vue){
|
|
const install = function(Vue){
|
|
@ -36,7 +41,8 @@ const setOptions = function(options){
|
|
export default {
|
|
export default {
|
|
version: '1.0.0',
|
|
version: '1.0.0',
|
|
CustomTable,
|
|
CustomTable,
|
|
|
|
|
|
|
|
CustomForm,
|
|
|
|
CustomDialog,
|
|
|
|
|
|
install,
|
|
install,
|
|
setDictLoader,
|
|
setDictLoader,
|