随笔分类 -  vue3

vue3一些新玩意 ,学习学习看看看看
摘要:https://v3.cn.vuejs.org/guide/teleport.html#teleport 直接看文档,这个不知道怎么写博客。。。。。挺容易的,就是把 某标签 传送到 某标签中,然后使用它的作用域。 阅读全文
posted @ 2022-03-29 20:42 咸瑜 阅读(30) 评论(0) 推荐(0) 编辑
摘要:directives 类型:Object 详细: 声明一组可用于组件实例中的指令。 用法: const app = createApp({}) app.component('focused-input', { directives: { focus: { mounted(el) { el.focus 阅读全文
posted @ 2022-03-29 20:18 咸瑜 阅读(202) 评论(0) 推荐(0) 编辑