|
- {"ast":null,"code":"import { createElementVNode as _createElementVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from \"vue\";\nexport function render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_BCardHeader = _resolveComponent(\"BCardHeader\");\n const _component_BCardBody = _resolveComponent(\"BCardBody\");\n const _component_BCard = _resolveComponent(\"BCard\");\n const _component_BCol = _resolveComponent(\"BCol\");\n const _component_BRow = _resolveComponent(\"BRow\");\n const _component_Layout = _resolveComponent(\"Layout\");\n return _openBlock(), _createBlock(_component_Layout, null, {\n default: _withCtx(() => [_createVNode(_component_BRow, null, {\n default: _withCtx(() => [_createVNode(_component_BCol, {\n sm: \"12\"\n }, {\n default: _withCtx(() => [_createVNode(_component_BCard, {\n \"no-body\": \"\"\n }, {\n default: _withCtx(() => [_createVNode(_component_BCardHeader, null, {\n default: _withCtx(() => _cache[0] || (_cache[0] = [_createElementVNode(\"h5\", null, \"Hello card\", -1 /* HOISTED */)])),\n _: 1 /* STABLE */\n }), _createVNode(_component_BCardBody)]),\n _: 1 /* STABLE */\n })]),\n _: 1 /* STABLE */\n })]),\n _: 1 /* STABLE */\n })]),\n _: 1 /* STABLE */\n });\n}","map":{"version":3,"names":["_createBlock","_component_Layout","default","_withCtx","_createVNode","_component_BRow","_component_BCol","sm","_component_BCard","_component_BCardHeader","_cache","_createElementVNode","_","_component_BCardBody"],"sources":["C:\\Users\\hp\\Desktop\\satari\\Vue\\Admin\\src\\views\\live-preview\\pages\\editUser.vue"],"sourcesContent":["<script>\r\nimport Layout from \"@/layout/custom.vue\";\r\nimport { onMounted } from \"vue\";\r\nimport { useRoute } from \"vue-router\";\r\nexport default {\r\n name: \"SAMPLE-PAGE\",\r\n components: {\r\n Layout,\r\n },\r\n setup(){\r\n const route = useRoute()\r\n onMounted(()=>{\r\n\r\n })\r\n return {\r\n\r\n }\r\n }\r\n};\r\n</script>\r\n\r\n<template>\r\n <Layout>\r\n <BRow>\r\n <BCol sm=\"12\">\r\n <BCard no-body>\r\n <BCardHeader>\r\n <h5>Hello card</h5>\r\n </BCardHeader>\r\n <BCardBody> </BCardBody>\r\n </BCard>\r\n </BCol>\r\n </BRow>\r\n </Layout>\r\n</template>\r\n"],"mappings":";;;;;;;;uBAsBEA,YAAA,CAWSC,iBAAA;IAjCXC,OAAA,EAAAC,QAAA,CAuBI,MASO,CATPC,YAAA,CASOC,eAAA;MAhCXH,OAAA,EAAAC,QAAA,CAwBM,MAOO,CAPPC,YAAA,CAOOE,eAAA;QAPDC,EAAE,EAAC;MAAI;QAxBnBL,OAAA,EAAAC,QAAA,CAyBQ,MAKQ,CALRC,YAAA,CAKQI,gBAAA;UALD,SAAO,EAAP;QAAO;UAzBtBN,OAAA,EAAAC,QAAA,CA0BU,MAEc,CAFdC,YAAA,CAEcK,sBAAA;YA5BxBP,OAAA,EAAAC,QAAA,CA2BY,MAAmBO,MAAA,QAAAA,MAAA,OAAnBC,mBAAA,CAAmB,YAAf,YAAU,oB;YA3B1BC,CAAA;cA6BUR,YAAA,CAAwBS,oBAAA,E;UA7BlCD,CAAA;;QAAAA,CAAA;;MAAAA,CAAA;;IAAAA,CAAA","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|