会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Code_You
新随笔
管理
2023年5月24日
Vue3 useReusableTemplate 优雅的复用模板代码
摘要: ### 在Angular中有一个很好用的功能,即在不封装组件的情况下复用模板代码: > eg: ```html hello, {{title}} ``` > 我们通过`ng-template`和`ng-container`的`ngTemplateOutlet`即可实现模板复用,非常的好用!! ###
阅读全文
posted @ 2023-05-24 11:26 demo_you
阅读(567)
评论(0)
推荐(1)
编辑
公告