Explorar el Código

Merge branch 'fm-dev' of http://192.168.0.115:3000/tangning/personalhubs into fm-dev

wangfumin hace 1 semana
padre
commit
d579caab35

+ 1 - 5
src/views/pc/information/components/MemberTable.vue

@@ -155,14 +155,10 @@
 </template>
 
 <script setup lang="ts">
-import { ref, reactive, onMounted, defineOptions } from 'vue'
+import { ref, reactive, onMounted } from 'vue'
 import { ElMessage } from 'element-plus'
 // import { Search } from '@element-plus/icons-vue'
 
-defineOptions({
-  name: 'MemberTable'
-})
-
 // 响应式数据
 const tableData = ref([])
 const total = ref(0)

+ 1 - 5
src/views/pc/information/index.vue

@@ -63,13 +63,9 @@
 </template>
 
 <script setup lang="ts">
-import { ref, onMounted, defineOptions } from 'vue'
+import { ref, onMounted } from 'vue'
 import MemberTable from '@/views/pc/information/components/MemberTable.vue'
 
-defineOptions({
-  name: 'InformationPage'
-})
-
 // 模拟数据结构
 const info = ref({
   head: '',