安装依赖
npm i draggable --save
使用
js
import draggable from 'vuedraggable'
html
<draggable class="Homebody pc" v-mod...
yekong
3年前 (2021-08-05)
喜欢
<ul>
<li class="" @mouseover="changeActive($event)" @mouseout="removeActive($event)"></li>
...
yekong
3年前 (2021-08-04)
喜欢
html
<div class="quanping" @click="quanping">全屏</div>
js
<script>
export default {
components: {},
...
yekong
3年前 (2021-08-03)
喜欢
npm安装:
npm install --save js-md5
使用方法1
import md5 from 'js-md5';
md5('holle') // bcecb35d0a12baad472fbe0392bcc043
使用方法2
...
yekong
4年前 (2021-07-17)
喜欢
getstatus() {
var that = this;
axios({
method: 'get',
url: 'url',
...
yekong
4年前 (2021-07-11)
喜欢
module.exports={
publicPath:'',
};
...
yekong
4年前 (2021-07-01)
喜欢
html
<div class="userlist">
<div class="userlisthead">
<div class="userlistheaditem" style="flex: 1">
...
yekong
4年前 (2021-06-29)
喜欢
安装组件
cnpm i wowjs -S
在main.js引入
animate.css文件直接下载
http://demos.wanjunshijie.com/jizhang/html/style/animate.css
import wow from 'wowjs'
impo...
yekong
4年前 (2021-06-16)
喜欢
scrollTop 滚动到某位置
document.documentElement.scrollTop=100
scrollTo,scrollBy,scroll滚动到某位置
this.$nextTick(() => {
this.$refs.messa...
yekong
4年前 (2021-06-07)
喜欢
用 ::v-deep 就可以了
...
yekong
4年前 (2021-06-01)
喜欢