| | |
| | | import App from "./App.vue"; |
| | | import less from "less"; |
| | | import "./books/childHealth/assets/main.less"; |
| | | // import './books/content/css/default.less' |
| | | import ElementUI from "element-ui"; |
| | | import "element-ui/lib/theme-chalk/index.css"; |
| | | import store from "./store"; |
| | |
| | | const { container, onGlobalStateChange, setGlobalState } = props; |
| | | Vue.prototype.onGlobalStateChange = onGlobalStateChange; |
| | | Vue.prototype.setGlobalState = setGlobalState; |
| | | Vue.prototype.container = container; |
| | | instance = new Vue({ |
| | | // router, |
| | | store, |