mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
修改bug,商家端添加商品,选择运费模板
This commit is contained in:
@@ -6,6 +6,7 @@ import "./styles/theme.less";
|
||||
|
||||
import "core-js/stable";
|
||||
import "regenerator-runtime/runtime";
|
||||
import vueQr from 'vue-qr'
|
||||
|
||||
import App from "./App";
|
||||
import { router } from "./router/index";
|
||||
@@ -42,6 +43,7 @@ Vue.use(ViewUI, {
|
||||
});
|
||||
|
||||
Vue.use(VueClipboard);
|
||||
Vue.component(vueQr)
|
||||
|
||||
// 挂载全局使用的方法
|
||||
Vue.prototype.getRequest = getRequest;
|
||||
|
||||
Reference in New Issue
Block a user