前端笔记

token

https://www.cnblogs.com/douzilovetiger/p/8473198.html

Vue生命周期与Vue.nextTick()使用

https://www.jianshu.com/p/46c9d777cab1

vue $ref的基本用法

https://blog.csdn.net/ljc20090913/article/details/81662690

URL参数值获取getQueryString

https://blog.csdn.net/sinat_33010325/article/details/83795026
https://www.jb51.net/article/48942.htm

window.location.search

https://www.runoob.com/jsref/obj-location.html

VUE组件 之 Toast (Vue.extend 方式)

https://www.cnblogs.com/similar/p/10292324.html

Vue路由传参及路由参数变化后而页面不刷新的解决

https://www.cnblogs.com/linbudu/p/11222244.html

vue子组件调用父组件方法和值

https://www.cnblogs.com/sulanlan/p/9932986.html
https://blog.csdn.net/zmkyf1993/article/details/80320802

vue脚手架搭建移动端项目–flexible.js

https://www.cnblogs.com/lingnweb/p/9856716.html

element-UI 轮播图/走马灯 el-carousel,默认样式修改,控制台查询属性名,.vue里修改样式

https://element.eleme.cn/#/zh-CN/component/carousel#carousel-attributes

JS获取URL中参数值(QueryString)的4种方法分享

https://www.cnblogs.com/jcz1206/p/4543593.html

浅谈Vue.js与后端API交互——axios的应用

https://blog.csdn.net/joyce_lcy/article/details/78873733

使用axios和jquery ajax最大的区别

https://blog.csdn.net/yelin042/article/details/79890534

vue this.$set() 赋值 比等号赋值的优点在这里插入图片描述

用 = 赋值/添加属性 等等,vue不会将其作为响应式监听,因此不会同步渲染,用 this.$set() 才会。

css 文字描边效果实现

https://www.xb02.com/article/8/

text-shadow:#fbffcf 1px 0 0,#fbffcf 0 1px 0,#fbffcf -1px 0 0,#fbffcf 0 -1px 0;

在这里插入图片描述

vue的跳转方式

https://www.cnblogs.com/mouseleo/p/11364333.html

轮播防抖

https://blog.csdn.net/weixin_43606158/article/details/96768819

居中对齐弹性盒

https://www.runoob.com/cssref/css3-pr-align-items.html

animation 使 transform 失效

在这里插入图片描述

https://blog.csdn.net/qq_41064446/article/details/79737256

v-for 被激活item改变样式
<ul>
  <li v-for="(item, index) in proList" 
  :key="index" 
  :class="{ 'active-item':(index === isAdd)}" 
  @click="tabCheck(index)">
 	{{ item.name }}
  </li>
</ul>
//data
isAdd:0 //默认被激活项
// methods
tabCheck(index){
    if(this.proList[index]){
        this.isAdd = index
    }
},

ul{
    li{
        text-indent: 51px;
        height:74px;
        line-height: 74px;
        font-size:30px;
        width:100%;
    }
}
.active-item{
    background-image: url("../../assets/competition/words-bg.png");
    background-position: center center;
    background-size: 120% 100%;
    color:#ffe989;
}
vue data 中变量和字符串的拼接

https://www.cnblogs.com/baby-zuji/p/9825208.html

vue 路由跳转四种方式 (带参数)

https://www.jb51.net/article/160401.htm

git 强制覆盖本地 / 强制推送到远程仓库

https://www.jianshu.com/p/139213d02c94

5分钟弄明白vuex

https://baijiahao.baidu.com/s?id=1618794879569468435&wfr=spider&for=pc

flex布局justify-content: space-between的排版,每行不一样多中间留白问题处理

https://blog.csdn.net/onlyoneLIJINGYI/article/details/100937861

js正则

https://mp.weixin.qq.com/s/RHW6wH6W43nqXuKIxZWwjQ

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值