整理した
This commit is contained in:
parent
8a279a4656
commit
cf33e483f7
552 changed files with 360 additions and 1311 deletions
6
src/client/app/mobile/views/directives/index.ts
Normal file
6
src/client/app/mobile/views/directives/index.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import Vue from 'vue';
|
||||
|
||||
import userPreview from './user-preview';
|
||||
|
||||
Vue.directive('userPreview', userPreview);
|
||||
Vue.directive('user-preview', userPreview);
|
||||
2
src/client/app/mobile/views/directives/user-preview.ts
Normal file
2
src/client/app/mobile/views/directives/user-preview.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
// nope
|
||||
export default {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue