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
769 B

{"ast":null,"code":"import { openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\";\nexport function render(_ctx, _cache, $props, $setup, $data, $options) {\n return _openBlock(), _createElementBlock(\"div\", null, \" haha \");\n}","map":{"version":3,"names":["_createElementBlock"],"sources":["D:\\vue\\demo\\src\\views\\shequ\\index.vue"],"sourcesContent":["\r\n\r\n<template>\r\n <div>\r\n haha\r\n </div>\r\n \r\n</template>\r\n<script setup></script>\r\n<script>\r\n export default {\r\n name: 'CommunityIndex', // 添加组件名称\r\n // 其他组件选项\r\n }\r\n </script>"],"mappings":";;uBAGIA,mBAAA,CAEM,aAFD,QAEL","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}