vue3 teleport组件传送


父组件





子组件

子组件可通过teleport,传送到页面中任一dom中,teleport标签中的to属性值和css选择器规则相同,例如to="#id", to=".class",to="body"等。




vue