Added popup to select type

This commit is contained in:
2020-11-25 04:46:44 +01:00
parent 8997076da6
commit 59aa7f6b93
2 changed files with 25 additions and 4 deletions

View File

@@ -14,7 +14,8 @@ import {
MdDrawer,
MdList,
MdAvatar,
MdRipple
MdRipple,
MdDialog
} from 'vue-material/dist/components'
import 'vue-material/dist/vue-material.min.css'
@@ -34,6 +35,7 @@ Vue.use(MdDrawer);
Vue.use(MdList);
Vue.use(MdAvatar);
Vue.use(MdRipple);
Vue.use(MdDialog);
new Vue({