合法的 TS 类型声明
在 TS 支持下从事 Vue-3 项目。我在其中声明了一个变量 const myVariable = ref()
。
在另一个函数块中,我以这种方式声明了一个变量
const response: typeof myVariable.value = [];
我担心的是它是否有效?不过还有其他方法。只是对这个说法有点好奇。
Working on Vue-3 project with TS support. Where I have declared a variable const myVariable = ref()
.
In another block of function, I have declared a variable this way
const response: typeof myVariable.value = [];
My concern is that would it be valid? There are other ways though. Just a little curious about this statement.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论