logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Vuex getter更新不及时问题

state改变但是getter不改变可以把getter改为一个函数,每次调用都调用一下函数就肯定刷新了hasBaseInfo: state => () => !(state.user.nickName === state.user.name || !state.user.gender)...

vue PC端拖拽Drag事件

<template><div class="hello"><h1>{{ msg }}</h1><div><div class="team" v-for="(team,tindex) in teamDataArr" :key="tindex"><div class=...

animation动画库 + animation用法

一. 动画库1. animation.csshttps://daneden.github.io/animate.css/简单使用时,f12 审查元素 .cls 就可以查找对应的animation。这个库最简单。2. hover.css http://ianlunn.github.io/Hover/f12审查元素,选中:hover伪类,就可以查看具体animation。...

#css
到底了