添加提醒功能

This commit is contained in:
2020-09-20 16:57:04 +08:00
parent 26cdfd79b2
commit dbebc68cb0
6 changed files with 104 additions and 6 deletions

View File

@ -1,4 +1,5 @@
import Vue from 'vue'
import VModal from 'vue-js-modal'
import VModal from 'vue-js-modal/dist/ssr.nocss'
import 'vue-js-modal/dist/styles.css'
Vue.use(VModal, { dialog: true })