{"ast":null,"code":"import Vue from 'vue';\nimport App from './App.vue';\nimport router from './router';\nimport \"@/styles/index.scss\"; // 公共样式\nimport ElementUI from 'element-ui';\n//样式文件需要单独引入\nimport 'element-ui/lib/theme-chalk/index.css';\nVue.use(ElementUI);\nVue.config.productionTip = false;\nnew Vue({\n router,\n render: h => h(App)\n}).$mount('#app');","map":{"version":3,"names":["Vue","App","router","ElementUI","use","config","productionTip","render","h","$mount"],"sources":["/data/jenkins/workspace/badp-bcxin-web-access/src/main.js"],"sourcesContent":["import Vue from 'vue'\nimport App from './App.vue'\nimport router from './router'\nimport \"@/styles/index.scss\"; // 公共样式\nimport ElementUI from 'element-ui';\n//样式文件需要单独引入\nimport 'element-ui/lib/theme-chalk/index.css';\nVue.use(ElementUI);\n\nVue.config.productionTip = false\n\nnew Vue({\n router,\n render: h => h(App),\n}).$mount('#app')\n"],"mappings":"AAAA,OAAOA,GAAG,MAAM,KAAK;AACrB,OAAOC,GAAG,MAAM,WAAW;AAC3B,OAAOC,MAAM,MAAM,UAAU;AAC7B,OAAO,qBAAqB,CAAC,CAAC;AAC9B,OAAOC,SAAS,MAAM,YAAY;AAClC;AACA,OAAO,sCAAsC;AAC7CH,GAAG,CAACI,GAAG,CAACD,SAAS,CAAC;AAElBH,GAAG,CAACK,MAAM,CAACC,aAAa,GAAG,KAAK;AAEhC,IAAIN,GAAG,CAAC;EACNE,MAAM;EACNK,MAAM,EAAEC,CAAC,IAAIA,CAAC,CAACP,GAAG;AACpB,CAAC,CAAC,CAACQ,MAAM,CAAC,MAAM,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}