tangning 1 тиждень тому
батько
коміт
c1fc97eae1

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

@@ -155,7 +155,7 @@
 </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'
 

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

@@ -63,7 +63,7 @@
 </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({