An open API service indexing awesome lists of open source software.

https://github.com/zivgit/antdv-draggable-modal

Ant Design Vue Modal Dragable Solution
https://github.com/zivgit/antdv-draggable-modal

ant-design-vue antd-dragable-modal antdv-dragable-modal dragable vue-dragable-modal

Last synced: 7 months ago
JSON representation

Ant Design Vue Modal Dragable Solution

Awesome Lists containing this project

README

          

# antdv-draggable-modal
Ant Design Vue Modal Dragable Solution

__Note:__ 实现方案共两种,分别是:「mixin模式」和「directive模式」

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).