1、封装拖拽组件
<template> <div @touchstart="down" @touchmove="move" @touchend="end" id="circlebox" class="circle" @click="goHome"> </div> </template> <script><template> <div @touchstart="d
1、封装拖拽组件
<template> <div @touchstart="down" @touchmove="move" @touchend="end" id="circlebox" class="circle" @click="goHome"> </div> </template> <script><template> <div @touchstart="d