logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue Transition动画使用

vue transition 使用

VSCode Vue Stylus expected "indent", got "eos"

使用VSCode编写Stylus的时候出现expected "indent", got "eos"错误,查询后发现是tab制表符(\t)和空格(' ')混用了,导致stylus无法正常编译,网上查询的解决方法是Editor: insert spaces设为true,而将Editor:detect Indentation设为false,设置后发现无法解决问题,

#stylus
Vue 部署遇到刷新后404

详细请查看:https://www.jianshu.com/p/05f889faa74b?from=timeline&isappinstalled=0如果你的vue工程用的router是history模式,需要将客户端发来的url重定向到默认的index.html,才能正常访问。否则只能看到主页。刷新或点击其他页面都会404。重要配置:添加index映射:try_f...

#nginx
Vue 实现打字机效果--ityped.js

// html template<p class="desc" v-show="showDesc"><span>I'm </span><span ref="descStr"></span></p>// importimport {init} from 'ityped';// usageconst descS...

vue使用vue-router获取链接中传入参数

vue使用vue-router管理路由,跳转时传递参数

Vue 圆圈形进度条

vue圆圈形进度条

到底了