🎨
This commit is contained in:
parent
5743d87a43
commit
823a0c86d3
6 changed files with 30 additions and 3 deletions
|
|
@ -6,6 +6,7 @@ import particle from './particle';
|
|||
import tooltip from './tooltip';
|
||||
import hotkey from './hotkey';
|
||||
import appear from './appear';
|
||||
import anim from './anim';
|
||||
|
||||
export default function(app: App) {
|
||||
app.directive('userPreview', userPreview);
|
||||
|
|
@ -15,4 +16,5 @@ export default function(app: App) {
|
|||
app.directive('tooltip', tooltip);
|
||||
app.directive('hotkey', hotkey);
|
||||
app.directive('appear', appear);
|
||||
app.directive('anim', anim);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue