| | |
| | | Vue.use(plugins) |
| | | DictData.install() |
| | | |
| | | // hiprint挂载 |
| | | import Antd from 'ant-design-vue'; |
| | | import 'ant-design-vue/dist/antd.css'; |
| | | Vue.use(Antd); |
| | | |
| | | import {hiPrintPlugin} from './hiprintVue/index' |
| | | Vue.use(hiPrintPlugin) |
| | | |
| | | import Storage from 'vue-ls' |
| | | let options = { |
| | | namespace: 'hiPrint-', |
| | | name: 'ls', |
| | | storage: 'local', |
| | | }; |
| | | Vue.use(Storage, options); |
| | | /** |
| | | * If you don't want to use mock-server |
| | | * you want to use MockJs for mock api |
| | |
| | | size: Cookies.get('size') || 'medium' // set element-ui default size |
| | | }) |
| | | |
| | | |
| | | Vue.config.productionTip = false |
| | | |
| | | new Vue({ |