refactor: 引入 unplugin-auto-import,减少重复性 Vue 函数引入

避免在每个 Vue 组件中都重复性的去声明 ref 等函数
This commit is contained in:
2024-01-07 23:54:43 +08:00
parent b2aa7114bc
commit b56f029e68
55 changed files with 302 additions and 63 deletions

View File

@@ -72,7 +72,6 @@
</template>
<script lang="ts" setup>
import { ref } from 'vue';
import { useAppStore } from '@/store';
import useResponsive from '@/hooks/responsive';
import { socialAuth } from '@/api/auth';