vue hello world项目
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.0 KiB

{"ast":null,"code":"import \"/tmp/vue-hello/node_modules/core-js/modules/es.array.iterator.js\";\nimport \"/tmp/vue-hello/node_modules/core-js/modules/es.promise.js\";\nimport \"/tmp/vue-hello/node_modules/core-js/modules/es.object.assign.js\";\nimport \"/tmp/vue-hello/node_modules/core-js/modules/es.promise.finally.js\";\nimport Vue from 'vue';\nimport App from './App.vue';\nVue.config.productionTip = false;\nnew Vue({\n render: function render(h) {\n return h(App);\n }\n}).$mount('#app');","map":{"version":3,"sources":["/tmp/vue-hello/src/main.js"],"names":["Vue","App","config","productionTip","render","h","$mount"],"mappings":";;;;AAAA,OAAOA,GAAP,MAAgB,KAAhB;AACA,OAAOC,GAAP,MAAgB,WAAhB;AAEAD,GAAG,CAACE,MAAJ,CAAWC,aAAX,GAA2B,KAA3B;AAEA,IAAIH,GAAJ,CAAQ;AACNI,EAAAA,MAAM,EAAE,gBAAAC,CAAC;AAAA,WAAIA,CAAC,CAACJ,GAAD,CAAL;AAAA;AADH,CAAR,EAEGK,MAFH,CAEU,MAFV","sourcesContent":["import Vue from 'vue'\nimport App from './App.vue'\n\nVue.config.productionTip = false\n\nnew Vue({\n render: h => h(App),\n}).$mount('#app')\n"]},"metadata":{},"sourceType":"module"}