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 line
861 B
1 line
861 B
{"ast":null,"code":"import { resolveComponent as _resolveComponent, openBlock as _openBlock, createBlock as _createBlock } from \"vue\";\nexport function render(_ctx, _cache) {\n const _component_RouterView = _resolveComponent(\"RouterView\");\n return _openBlock(), _createBlock(_component_RouterView);\n}","map":{"version":3,"names":["_createBlock","_component_RouterView"],"sources":["D:\\vue\\demo\\src\\App.vue"],"sourcesContent":["<template>\n \n <RouterView />\n</template>\n\n<script>\n\n</script>\n\n<style>\n#app {\n font-family: Avenir, Helvetica, Arial, sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n text-align: center;\n color: #2c3e50;\n margin-top: 60px;\n}\n</style>\n"],"mappings":";;;uBAEEA,YAAA,CAAcC,qBAAA","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |