We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
该ref定义
<script setup lang="ts"> import type { _ToastRef } from 'uview-plus/types/comps/toast'; const uToastRef = ref<_ToastRef | undefined>(); // @error {declare interface _ToastRef} // 如果强制类型声明这show方法会报错, 请及时纠正类型声明文件里show方法函数 // 不应该声明成void方法, 应给予部分形参和回调形参... </script>
错误 提示 图片
The text was updated successfully, but these errors were encountered:
No branches or pull requests
该ref定义
错误 提示 图片
![Image](https://private-user-images.githubusercontent.com/102399511/406661168-6b5d8afc-82d3-45bb-8c73-f6fc2739e70c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5ODMxNTksIm5iZiI6MTczODk4Mjg1OSwicGF0aCI6Ii8xMDIzOTk1MTEvNDA2NjYxMTY4LTZiNWQ4YWZjLTgyZDMtNDViYi04YzczLWY2ZmMyNzM5ZTcwYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQwMjQ3MzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jNjYxMzY4MzNhOGIzNjhmYmNiM2FmNmJhNDgwM2Q0NzliYzQ3ZjI5OTg3OTUzMWQ0ZGQ0NmExZjdlMzA2Mzk2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.2s7bDBTspjcwTzSoKTSj1Q0FLOcAy3kTpAq2hhC1NC0)
The text was updated successfully, but these errors were encountered: