gcz 1 рік тому
батько
коміт
0e699da0ae
1 змінених файлів з 0 додано та 20 видалено
  1. 0 20
      src/main.js

+ 0 - 20
src/main.js

@@ -92,26 +92,6 @@ let options = {
 Vue.use(options);
 // 打印设计结束
 
-<<<<<<< HEAD
-// 打印设计开始
-import Antd from 'ant-design-vue';
-import 'ant-design-vue/dist/antd.css';
-Vue.use(Antd);
-
-import {hiPrintPlugin} from './index'
-Vue.use(hiPrintPlugin)
-hiPrintPlugin.disAutoConnect();
-
-// import Storage from 'vue-ls'
-let options = {
-  namespace: 'hiPrint-',
-  name: 'ls',
-  // storage: 'local',
-};
-// Vue.use(Storage, options);
-Vue.use(options);
-// 打印设计结束
-
 import VueDND from 'awe-dnd'
  
 Vue.use(VueDND)