美文网首页
setup 特性总结

setup 特性总结

作者: Prince_0716 | 来源:发表于2022-02-23 16:36 被阅读0次

1、这个函数会在 created 之前执行,上述已解释。

2、setup 内部没有 this,不能挂载 this 相关的东西。

3、setup 内部的属性和方法,必须 return 暴漏出来,否则没有办法使用。

4、setup 内部数据不是响应式的。

5、setup不能调用生命周期相关函数,但生命周期函数可以调用setup内的函数。

相关文章

网友评论

      本文标题:setup 特性总结

      本文链接:https://www.haomeiwen.com/subject/dxaikrtx.html