GamePortrait/node_modules/.cache/babel-loader/1cc3ee1d763aa882029430af5d2bc2a4f77b505e51d9ad54099a42009db52cc8.json

1 line
1.8 KiB
JSON

{"ast":null,"code":"import { resolveComponent as _resolveComponent, createVNode as _createVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \"vue\";\nconst _withScopeId = n => (_pushScopeId(\"data-v-ce6d6a5a\"), n = n(), _popScopeId(), n);\nconst _hoisted_1 = {\n class: \"hall\"\n};\nexport function render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_HallNav = _resolveComponent(\"HallNav\");\n const _component_HallList = _resolveComponent(\"HallList\");\n const _component_Tabbar = _resolveComponent(\"Tabbar\");\n return _openBlock(), _createElementBlock(\"div\", _hoisted_1, [_createVNode(_component_HallNav), _createVNode(_component_HallList), _createVNode(_component_Tabbar)]);\n}","map":{"version":3,"names":["class","_createElementBlock","_hoisted_1","_createVNode","_component_HallNav","_component_HallList","_component_Tabbar"],"sources":["/Users/li/Desktop/work/work2/OG/GamePortrait/src/views/hall.vue"],"sourcesContent":["<template>\n <div class=\"hall\">\n <HallNav></HallNav>\n <HallList></HallList>\n <Tabbar></Tabbar>\n </div>\n</template>\n\n<script>\nimport HallNav from \"@/components/HallNav.vue\"\nimport Tabbar from \"@/components/Tabbar.vue\"\nimport HallList from \"@/components/HallList.vue\"\nexport default {\n name: \"HallView\",\n components: { Tabbar, HallNav, HallList },\n setup() {}\n}\n</script>\n<style lang=\"scss\" scoped>\n.hall {\n width: 100%;\n height: 100%;\n position: absolute;\n background: #fff;\n}\n</style>\n"],"mappings":";;;EACOA,KAAK,EAAC;AAAM;;;;;uBAAjBC,mBAAA,CAIM,OAJNC,UAIM,GAHJC,YAAA,CAAmBC,kBAAA,GACnBD,YAAA,CAAqBE,mBAAA,GACrBF,YAAA,CAAiBG,iBAAA,E"},"metadata":{},"sourceType":"module","externalDependencies":[]}