logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue使用vant组件二次封装轮播图swipe

<template><!-- vant方案 --><!-- <div class="vant_container"> --><van-swipeclass="my-swipe"ref="swipe":height="boxHeight":width="boxWidth":autoplay="autoplay":duration="duratio

#vue.js#前端#javascript
vue实现功能点击关闭当前窗口

var userAgent = navigator.userAgent;if (userAgent.indexOf("Firefox") != -1 || userAgent.indexOf("Chrome") !=-1) {undefinedwindow.open('','_self').close()或window.location.href = "about:blank"}else {und

#vue.js#chrome#firefox
到底了