- help messages with db seeder and migration files

- update submit form with help messages
- extend 'PersonTable.vue' with help messages
This commit is contained in:
Arno Kaimbacher 2020-01-28 12:13:01 +01:00
parent 0f6260f358
commit 619a37e246
6 changed files with 472 additions and 63 deletions

View file

@ -43,8 +43,6 @@ import VueToast from 'vue-toast-notification';
import 'vue-toast-notification/dist/index.css';
Vue.use(VueToast);
// import VTooltip from 'v-tooltip';
// Vue.use(VTooltip);
import Tooltip from 'vue-directive-tooltip';
import 'vue-directive-tooltip/dist/vueDirectiveTooltip.css';
Vue.use(Tooltip);