diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-20 07:56:39 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-20 07:56:39 +0900 |
| commit | bc17a0b2cb3e789d79e277ecd64a10ae1ac2e7a5 (patch) | |
| tree | 394de527e5adc8e2c543a3c1c3b59fee945dade4 /src/web/app/init.ts | |
| parent | wip (diff) | |
| download | sharkey-bc17a0b2cb3e789d79e277ecd64a10ae1ac2e7a5.tar.gz sharkey-bc17a0b2cb3e789d79e277ecd64a10ae1ac2e7a5.tar.bz2 sharkey-bc17a0b2cb3e789d79e277ecd64a10ae1ac2e7a5.zip | |
wip
Diffstat (limited to 'src/web/app/init.ts')
| -rw-r--r-- | src/web/app/init.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/web/app/init.ts b/src/web/app/init.ts index 8abb7f7aa5..c3eede0d36 100644 --- a/src/web/app/init.ts +++ b/src/web/app/init.ts @@ -20,6 +20,9 @@ require('./common/views/directives'); // Register global components require('./common/views/components'); +// Register global filters +require('./filters'); + Vue.mixin({ destroyed(this: any) { if (this.$el.parentNode) { |