Skip to content
Vue Learning Path
Main Navigation
Docs
Learning Path
Appearance
Menu
Return to top
On this page
setup
知识点
setup 的入参
props 接收属性传入参数,可以监听响应式变化
context 接收组件的实例的相关属性,
slots 等
利用 context.root 访问实例