Added popup to select type
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user