1 line
1.9 KiB
JSON
1 line
1.9 KiB
JSON
{"ast":null,"code":"import { toDisplayString as _toDisplayString, normalizeClass as _normalizeClass, createElementVNode as _createElementVNode, resolveComponent as _resolveComponent, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, createElementBlock as _createElementBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \"vue\";\nconst _withScopeId = n => (_pushScopeId(\"data-v-0c505a07\"), n = n(), _popScopeId(), n);\nconst _hoisted_1 = {\n class: \"switchtab\"\n};\nconst _hoisted_2 = {\n class: \"nav\"\n};\nconst _hoisted_3 = {\n class: \"content\"\n};\nexport function render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_GoodRoad = _resolveComponent(\"GoodRoad\");\n const _component_TableList = _resolveComponent(\"TableList\");\n return _openBlock(), _createElementBlock(\"div\", _hoisted_1, [_createElementVNode(\"div\", _hoisted_2, [_createElementVNode(\"div\", {\n class: _normalizeClass([\"li good\", {\n active: $data.active == 0\n }]),\n onClick: _cache[0] || (_cache[0] = $event => $options.chooseType(0))\n }, _toDisplayString(_ctx.Lang[_ctx.Type].good_road_tip), 3), _createElementVNode(\"div\", {\n class: _normalizeClass([\"li switch\", {\n active: $data.active == 1\n }]),\n onClick: _cache[1] || (_cache[1] = $event => $options.chooseType(1))\n }, _toDisplayString(_ctx.Lang[_ctx.Type].switch_table), 3)]), _createElementVNode(\"div\", _hoisted_3, [$data.active == 0 ? (_openBlock(), _createBlock(_component_GoodRoad, {\n key: 0,\n onClose: $options.close\n }, null, 8, [\"onClose\"])) : _createCommentVNode(\"\", true), $data.active == 1 ? (_openBlock(), _createBlock(_component_TableList, {\n key: 1,\n onClose: $options.close,\n tabInfo: $props.tabInfo\n }, null, 8, [\"onClose\", \"tabInfo\"])) : _createCommentVNode(\"\", true)])]);\n}","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]} |