UNPKG

gxd-vue-library

Version:

依赖与element Ui插件库,聚福宝福利PC端插件库

12 lines (8 loc) 222 B
'use strict'; import app from '@/main'; import page from '@/views/@entryname@'; import store from "@/store"; store.commit('changePage', '@pathname@'); store['dispatch']('appInit', function () { app.mount(page); });