Files
ZERO_CODE/ZeroCodeProject/main/client/node_modules/.cache/babel-loader/45e2e78b5ea8753441eb8d8aadb5a97d8c98e1e9277101d8927d4b00f3340547.json
vermouth789 fe39320977 123
123
2026-01-11 00:11:34 +08:00

1 line
2.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{"ast":null,"code":"import Vue from 'vue';\nimport App from './App.vue';\nimport Element from 'element-ui';\nimport 'element-ui/lib/theme-chalk/index.css';\nimport VueRouter from 'vue-router';\nimport router from './router';\n// 组件样式\nimport \"codemirror/lib/codemirror.css\";\n// 主题\nimport \"codemirror/theme/3024-day.css\"; // 引入主题样式根据设置的theme的主题引入\nimport \"codemirror/theme/ayu-mirage.css\";\nimport \"codemirror/theme/monokai.css\";\nimport 'codemirror/theme/rubyblue.css';\n\n// html代码高亮\nimport \"codemirror/mode/htmlmixed/htmlmixed.js\";\n\n// 语言模式\nimport 'codemirror/mode/javascript/javascript.js';\nVue.use(Element, {\n size: 'big',\n zIndex: 3000\n});\nVue.use(VueRouter);\nVue.config.productionTip = false;\nVue.config.productionTip = false;\nnew Vue({\n render: h => h(App),\n router\n}).$mount('#app');","map":{"version":3,"names":["Vue","App","Element","VueRouter","router","use","size","zIndex","config","productionTip","render","h","$mount"],"sources":["/Users/xubincheng/Desktop/job/zero_code_all/zero_project/ZeroCodeProject/main/client/src/main.js"],"sourcesContent":["import Vue from 'vue'\nimport App from './App.vue'\nimport Element from 'element-ui';\nimport 'element-ui/lib/theme-chalk/index.css';\nimport VueRouter from 'vue-router'\nimport router from './router';\n// 组件样式\nimport \"codemirror/lib/codemirror.css\";\n// 主题\nimport \"codemirror/theme/3024-day.css\"; // 引入主题样式根据设置的theme的主题引入\nimport \"codemirror/theme/ayu-mirage.css\";\nimport \"codemirror/theme/monokai.css\";\nimport 'codemirror/theme/rubyblue.css';\n\n\n// html代码高亮\nimport \"codemirror/mode/htmlmixed/htmlmixed.js\";\n\n// 语言模式\nimport 'codemirror/mode/javascript/javascript.js'\n\n\nVue.use(Element, { size: 'big', zIndex: 3000 });\nVue.use(VueRouter)\nVue.config.productionTip = false\nVue.config.productionTip = false\n\nnew Vue({\n render: h => h(App),\n router\n}).$mount('#app')\n"],"mappings":"AAAA,OAAOA,GAAG,MAAM,KAAK;AACrB,OAAOC,GAAG,MAAM,WAAW;AAC3B,OAAOC,OAAO,MAAM,YAAY;AAChC,OAAO,sCAAsC;AAC7C,OAAOC,SAAS,MAAM,YAAY;AAClC,OAAOC,MAAM,MAAM,UAAU;AAC7B;AACA,OAAO,+BAA+B;AACtC;AACA,OAAO,+BAA+B,CAAC,CAAC;AACxC,OAAO,iCAAiC;AACxC,OAAO,8BAA8B;AACrC,OAAO,+BAA+B;;AAGtC;AACA,OAAO,wCAAwC;;AAE/C;AACA,OAAO,0CAA0C;AAGjDJ,GAAG,CAACK,GAAG,CAACH,OAAO,EAAE;EAAEI,IAAI,EAAE,KAAK;EAAEC,MAAM,EAAE;AAAK,CAAC,CAAC;AAC/CP,GAAG,CAACK,GAAG,CAACF,SAAS,CAAC;AAClBH,GAAG,CAACQ,MAAM,CAACC,aAAa,GAAG,KAAK;AAChCT,GAAG,CAACQ,MAAM,CAACC,aAAa,GAAG,KAAK;AAEhC,IAAIT,GAAG,CAAC;EACNU,MAAM,EAAEC,CAAC,IAAIA,CAAC,CAACV,GAAG,CAAC;EACnBG;AACF,CAAC,CAAC,CAACQ,MAAM,CAAC,MAAM,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}