TransFlow/node_modules/.cache/vue-loader/615f8fd352b17234f9244c4621e...

1 line
1.6 KiB
JSON

{"remainingRequest":"D:\\视频边缘1215\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\视频边缘1215\\TransFlow\\src\\App.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\视频边缘1215\\TransFlow\\src\\App.vue","mtime":1671175444400},{"path":"D:\\视频边缘1215\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1671074740928},{"path":"D:\\视频边缘1215\\TransFlow\\node_modules\\babel-loader\\lib\\index.js","mtime":1671074740599},{"path":"D:\\视频边缘1215\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1671074740928},{"path":"D:\\视频边缘1215\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1671074747916}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n\nimport bus from '@/utils/bus';\n\nexport default {\n data(){\n return{\n style: false\n }\n },\n created(){\n bus.$on('global_theme', (msg) => { // 接收子组件传来 global_theme 的值\n this.style = msg;\n });\n }\n}\n",{"version":3,"sources":["App.vue"],"names":[],"mappings":";;;;;;;AAOA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"App.vue","sourceRoot":"src","sourcesContent":["<template>\n <div id=\"app\" :class=\"style ? 'theme1' : ''\">\n <router-view></router-view>\n </div>\n</template>\n\n<script>\nimport bus from '@/utils/bus';\n\nexport default {\n data(){\n return{\n style: false\n }\n },\n created(){\n bus.$on('global_theme', (msg) => { // 接收子组件传来 global_theme 的值\n this.style = msg;\n });\n }\n}\n</script>\n<style>\n\n</style>"]}]}