add: 讨论

This commit is contained in:
2020-07-08 18:13:20 +08:00
parent f248fa1d11
commit 2403d74ce9
12 changed files with 266 additions and 52 deletions

4
plugins/vue-js-modal.js Normal file
View File

@ -0,0 +1,4 @@
import Vue from 'vue'
import VModal from 'vue-js-modal'
Vue.use(VModal, { dialog: true })