|
- {"ast":null,"code":"import Layout from \"@/layout/custom.vue\";\nimport { onMounted } from \"vue\";\nimport { useRoute } from \"vue-router\";\nexport default {\n name: \"SAMPLE-PAGE\",\n components: {\n Layout\n },\n setup() {\n onMounted;\n return {};\n }\n};","map":{"version":3,"names":["Layout","onMounted","useRoute","name","components","setup"],"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 onMounted\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":"AACA,OAAOA,MAAK,MAAO,qBAAqB;AACxC,SAASC,SAAQ,QAAS,KAAK;AAC/B,SAASC,QAAO,QAAS,YAAY;AACrC,eAAe;EACbC,IAAI,EAAE,aAAa;EACnBC,UAAU,EAAE;IACVJ;EACF,CAAC;EACDK,KAAKA,CAAA,EAAE;IACLJ,SAAQ;IACR,OAAO,CAEP;EACF;AACF,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|