fix: 🐛 defineExpose 编译器宏不需要导入
This commit is contained in:
parent
09de60f6ec
commit
a5b238654d
@ -26,7 +26,7 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import type { GuessItem } from '@/types/home'
|
import type { GuessItem } from '@/types/home'
|
||||||
import { getGuessLike } from '@/services/home'
|
import { getGuessLike } from '@/services/home'
|
||||||
import { onBeforeMount, ref, defineExpose } from 'vue'
|
import { onBeforeMount, ref } from 'vue'
|
||||||
import type { PageParams } from '@/types/global'
|
import type { PageParams } from '@/types/global'
|
||||||
|
|
||||||
// 分页参数
|
// 分页参数
|
||||||
|
Loading…
x
Reference in New Issue
Block a user