mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-16 04:57:10 +08:00
refactor: 引入 unplugin-auto-import,减少重复性 Vue 函数引入
避免在每个 Vue 组件中都重复性的去声明 ref 等函数
This commit is contained in:
@@ -340,7 +340,6 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { getCurrentInstance, ref, toRefs, reactive } from 'vue';
|
||||
import {
|
||||
DataRecord,
|
||||
ListParam,
|
||||
|
||||
Reference in New Issue
Block a user