You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.3 KiB
1 lines
1.3 KiB
{"ast":null,"code":"import { createApp } from 'vue';\nimport ElementPlus from 'element-plus';\nimport 'element-plus/dist/index.css';\nimport App from './App.vue';\nimport router from './router';\nimport store from './store';\nconst app = createApp(App);\napp.use(ElementPlus);\napp.use(store);\napp.use(router);\napp.mount('#app');","map":{"version":3,"names":["createApp","ElementPlus","App","router","store","app","use","mount"],"sources":["D:/language/VScode/Front-end logistics/src/main.js"],"sourcesContent":["import { createApp } from 'vue'\r\nimport ElementPlus from 'element-plus'\r\nimport 'element-plus/dist/index.css'\r\nimport App from './App.vue'\r\nimport router from './router'\r\nimport store from './store'\r\n\r\nconst app = createApp(App)\r\n\r\napp.use(ElementPlus)\r\napp.use(store)\r\napp.use(router)\r\n\r\napp.mount('#app') "],"mappings":"AAAA,SAASA,SAAS,QAAQ,KAAK;AAC/B,OAAOC,WAAW,MAAM,cAAc;AACtC,OAAO,6BAA6B;AACpC,OAAOC,GAAG,MAAM,WAAW;AAC3B,OAAOC,MAAM,MAAM,UAAU;AAC7B,OAAOC,KAAK,MAAM,SAAS;AAE3B,MAAMC,GAAG,GAAGL,SAAS,CAACE,GAAG,CAAC;AAE1BG,GAAG,CAACC,GAAG,CAACL,WAAW,CAAC;AACpBI,GAAG,CAACC,GAAG,CAACF,KAAK,CAAC;AACdC,GAAG,CAACC,GAAG,CAACH,MAAM,CAAC;AAEfE,GAAG,CAACE,KAAK,CAAC,MAAM,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|