|
|
@ -12,12 +12,20 @@ import Message from './components/message';
|
|
|
|
import erupload from "./components/upload";
|
|
|
|
import erupload from "./components/upload";
|
|
|
|
import lkyTable from "./components/publicModule/lkyTable" // 本组件样式包含普通表格、分页
|
|
|
|
import lkyTable from "./components/publicModule/lkyTable" // 本组件样式包含普通表格、分页
|
|
|
|
import lkyPagination from "./components/publicModule/lkyPagination" // 本组件单独抽离分页样式
|
|
|
|
import lkyPagination from "./components/publicModule/lkyPagination" // 本组件单独抽离分页样式
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import * as cusRule from '@/loveflow/rules'
|
|
|
|
|
|
|
|
import { registerPlugins } from '@/loveflow/plugins/index'
|
|
|
|
|
|
|
|
import FormDialog from '@/loveflow/components/modal/formDialog.vue'
|
|
|
|
|
|
|
|
Vue.prototype.$rules = cusRule
|
|
|
|
|
|
|
|
registerPlugins(Vue)
|
|
|
|
|
|
|
|
|
|
|
|
Vue.use(ElementUI);
|
|
|
|
Vue.use(ElementUI);
|
|
|
|
Vue.use(Message);
|
|
|
|
Vue.use(Message);
|
|
|
|
Vue.use(HighchartsVue)
|
|
|
|
Vue.use(HighchartsVue)
|
|
|
|
Vue.component('erupload', erupload)
|
|
|
|
Vue.component('erupload', erupload)
|
|
|
|
Vue.component('lkyTable', lkyTable)
|
|
|
|
Vue.component('lkyTable', lkyTable)
|
|
|
|
Vue.component('lkyPagination',lkyPagination)
|
|
|
|
Vue.component('lkyPagination',lkyPagination)
|
|
|
|
|
|
|
|
Vue.component('FormDialog', FormDialog)
|
|
|
|
const vm = new Vue({
|
|
|
|
const vm = new Vue({
|
|
|
|
el: '#app',
|
|
|
|
el: '#app',
|
|
|
|
router,
|
|
|
|
router,
|
|
|
|