diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-13 18:01:50 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-13 18:01:50 +0900 |
| commit | 03e1d3fbc45252b05bf5abdb8ffee28297400acc (patch) | |
| tree | 179cb4e67fc8c4434748346c7d36dd243e46501a /src/client/app/common/views/components/index.ts | |
| parent | CWが適用されない箇所を修正 (diff) | |
| download | misskey-03e1d3fbc45252b05bf5abdb8ffee28297400acc.tar.gz misskey-03e1d3fbc45252b05bf5abdb8ffee28297400acc.tar.bz2 misskey-03e1d3fbc45252b05bf5abdb8ffee28297400acc.zip | |
Refactor
Diffstat (limited to 'src/client/app/common/views/components/index.ts')
| -rw-r--r-- | src/client/app/common/views/components/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/app/common/views/components/index.ts b/src/client/app/common/views/components/index.ts index 75c6086d7c..6f8152cea2 100644 --- a/src/client/app/common/views/components/index.ts +++ b/src/client/app/common/views/components/index.ts @@ -1,5 +1,6 @@ import Vue from 'vue'; +import cwButton from './cw-button.vue'; import tagCloud from './tag-cloud.vue'; import trends from './trends.vue'; import analogClock from './analog-clock.vue'; @@ -42,6 +43,7 @@ import uiSelect from './ui/select.vue'; import formButton from './ui/form/button.vue'; import formRadio from './ui/form/radio.vue'; +Vue.component('mk-cw-button', cwButton); Vue.component('mk-tag-cloud', tagCloud); Vue.component('mk-trends', trends); Vue.component('mk-analog-clock', analogClock); |