分类:vue

vue开发笔记

uniapp 进度高亮组件

uniapp 进度高亮组件
uniapp开发时,需要一个进度组件,存个模板,方面后期复用 <template> <view class="schedule"> <div class="scheduleitem" ...

yekong 3年前 (2021-12-05) 喜欢

vue tab点击切换组件

vue tab点击切换组件
Vue开发时,经常会遇到写切换,每次都要手写一般很累人,存个备份留待后期复用。 <template> <div class="tabs"> <div class="tab cur" :class=...

yekong 3年前 (2021-12-04) 喜欢

vue使用iframe引入页面

vue使用iframe引入页面
vue项目开发时可能会使用iframe引入页面,留个实例,方便后期用到的时候回查 <template> <div> <iframe class="iframe" id="template-iframe&quo...

yekong 3年前 (2021-12-02) 喜欢