npm i dragablemodel -S(安装插件)
import dragablemodel from ‘dragablemodel‘
Vue.use(loading)
模板(组件)
<dragablemodel v-model=‘modal5‘>
<span slot="top"></span>
<div slot="main">
</div>
</dragablemodel>
原文地址:https://www.cnblogs.com/liubingboke/p/8746742.html
时间: 2024-10-07 17:53:53