Vue折腾记
最近学着封装vue2 antdv1.x一些常用组件。表单,表格类复杂的组件在父子组件双向绑定传值还是有些问题,vue3上能跑通,vue2上不行,也是挺痛苦。早晚还是得用vue3,前端比想像中难得多,继续学习吧,mark一下~Continue reading >>
最近学着封装vue2 antdv1.x一些常用组件。表单,表格类复杂的组件在父子组件双向绑定传值还是有些问题,vue3上能跑通,vue2上不行,也是挺痛苦。早晚还是得用vue3,前端比想像中难得多,继续学习吧,mark一下~Continue reading >>
◎https://github.com/anzhihe/Free-Web-Books,相关课件+代码+资料
You can find all the books listed below in book folder of this repo:
HTML_and_CSS_Design_and_Build_Websites [Download]
Head First HTML...
最近在使用antd-v搞前端,想让国际化切换语言时图标也跟着换。
首先,先去 iconfont.cn 挑选想要的图标,加入购物车,然后下载下来解压。主要使用iconfont.js即可,demo_index.html里有使用方法,iconfont.css也可以看看。把 iconfont.js 放入 src/assets/iconfont/ 目录中,然后...
Continue reading >>