Files
supplier-dispatch-h5/node_modules/.cache/babel-loader/cb8372959d5f0f02dde019d0c28a0ea91803e8c73eaa4d4be30549255c628988.json
2023-08-11 10:45:20 +08:00

1 line
645 B
JSON

{"ast":null,"code":"export default {\n name: 'App'\n};","map":{"version":3,"names":["name"],"sources":["src/App.vue"],"sourcesContent":["<template>\n <div id=\"app\">\n <keep-alive>\n <router-view v-if=\"$route.meta.cache\" />\n </keep-alive>\n <router-view v-if=\"!$route.meta.cache\" />\n </div>\n</template>\n\n<script>\nexport default {\n name: 'App',\n}\n</script>\n\n<style>\n #app {\n height: 100%;\n }\n body {\n height: 100%;\n width: 100%;\n position: fixed;\n top: 0;\n left: 0;\n }\n</style>\n"],"mappings":"AAUA;EACAA,IAAA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}