Fixed an issue caused by storing components on the store, added ability dialog

This commit is contained in:
Stefan Zermatten
2019-01-24 16:45:02 +02:00
parent 8c0edfaa93
commit 77d2f87373
6 changed files with 80 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
import AbilityDialog from '/imports/ui/components/AbilityDialog.vue';
export default {
AbilityDialog,
};