240 发简信
IP属地:北京
  • vue3 api学习

    1.setup 为什么不能使用this? a:因为在setup中为了避免使用this,因为他不会在组件实例上面找到;setup调用时method...