提交 d12e676a 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

refactor(customRef): 移除类型导入

上级 38b2db60
......@@ -7,8 +7,6 @@
</template>
<script setup>
import type { Ref } from 'vue'
const useCustomRef = (value : UTSJSONObject) : Ref<UTSJSONObject> => {
// @ts-ignore
return customRef<UTSJSONObject>((track, trigger) : UTSJSONObject => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册