vue-router 路由的配置
版权声明:本文由Web学习之路发布,如需转载请注明出处。
版权声明:本文由Web学习之路发布,如需转载请注明出处。
vue-router 默认 hash 模式 . http://music.163.com/#/friend还有一种是history模式。 http://music.163.com/friendhash模式背后的原理是onhashchange事件,...
//去除空格 type 1-所有空格 2-前后空格 3-前空格 4-后空格 function trim(value, trim) {  ...
var vm = new Vue({ data: { a: 1, b: 2, c: 3, d: 4, e: { f: { g: 5 } } }, watch: { a...
setUp(){} //可以把所有数据和方法都放这里面一起导出,这个是在实现挂载之前就会执行的 ref基本的数据类型 reactive可以把数组,对象转成响应式 readonly处理之后的数据不能进行修改 toRefs可以把响应对象的某个解构出来的值变成响应式,如果原数据没有key,那就会...
适应只显示一条 <div class="marquee_box"> <ul class="marquee_list" :class="{marquee_top:animate}"> &l...
filters:{ formatDate(date) { const lastDate = new Date(date); lastDate.setHours(0); lastDate.setMinutes(0); lastDate.setSecon...