| | |
| | | /* |
| | | * @Author: gjj Ganjj@probim.com.cn |
| | | * @Date: 2025-02-14 14:32:17 |
| | | * @LastEditors: gjj Ganjj@probim.com.cn |
| | | * @LastEditTime: 2025-03-17 11:40:33 |
| | | * @FilePath: \北京交通大学\src\main.js |
| | | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |
| | | */ |
| | | import Vue from "vue"; |
| | | |
| | | //todo:更改为按需引入 |
| | |
| | | import "@css/tail-wind/index.css"; |
| | | import "@css/element-ui-override.scss"; |
| | | import "@css/self-global.scss"; |
| | | // import 'lib-flexible/flexible' |
| | | // import 'lib-flexible/flexible.js' |
| | | // import 'lib-flexible' |
| | | import VueFullscreen from 'vue-fullscreen' |
| | | |
| | | Vue.use(VueFullscreen) |
| | | |
| | | |
| | | Vue.config.productionTip = false; |
| | | |
| | | new Vue({ |
| | | store, |
| | | router, |
| | | render: (h) => { |
| | | return h(App); |
| | | }, |
| | | }).$mount("#app"); |
| | | store, |
| | | router, |
| | | render: (h) => { |
| | | return h(App); |
| | | }, |
| | | }).$mount("#app"); |