- 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:
parent
0f6260f358
commit
619a37e246
6 changed files with 472 additions and 63 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue