wip
This commit is contained in:
parent
cbec4229d3
commit
eb1fa6e43c
7 changed files with 89 additions and 81 deletions
5
src/web/app/common/views/directives/index.ts
Normal file
5
src/web/app/common/views/directives/index.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import Vue from 'vue';
|
||||
|
||||
import focus from './focus';
|
||||
|
||||
Vue.directive('focus', focus);
|
||||
Loading…
Add table
Add a link
Reference in a new issue