index.vue
416 Bytes
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-12-15 13:58:15
* @FilePath: /meihuaApp/src/pages/detail/index.vue
* @Description: 文件描述
-->
<template>
<view></view>
</template>
<script setup>
import Taro from '@tarojs/taro'
import { ref } from "vue";
</script>
<script>
import "./index.less";
export default {
name: "detailPage",
};
</script>