wip
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import Vue from 'vue';
|
||||
import { App } from 'vue';
|
||||
|
||||
import mfm from './misskey-flavored-markdown.vue';
|
||||
import acct from './acct.vue';
|
||||
@@ -12,14 +12,16 @@ import loading from './loading.vue';
|
||||
import error from './error.vue';
|
||||
import streamIndicator from './stream-indicator.vue';
|
||||
|
||||
Vue.component('mfm', mfm);
|
||||
Vue.component('mk-acct', acct);
|
||||
Vue.component('mk-avatar', avatar);
|
||||
Vue.component('mk-emoji', emoji);
|
||||
Vue.component('mk-user-name', userName);
|
||||
Vue.component('mk-ellipsis', ellipsis);
|
||||
Vue.component('mk-time', time);
|
||||
Vue.component('mk-url', url);
|
||||
Vue.component('mk-loading', loading);
|
||||
Vue.component('mk-error', error);
|
||||
Vue.component('stream-indicator', streamIndicator);
|
||||
export default function(app: App) {
|
||||
app.component('mfm', mfm);
|
||||
app.component('mk-acct', acct);
|
||||
app.component('mk-avatar', avatar);
|
||||
app.component('mk-emoji', emoji);
|
||||
app.component('mk-user-name', userName);
|
||||
app.component('mk-ellipsis', ellipsis);
|
||||
app.component('mk-time', time);
|
||||
app.component('mk-url', url);
|
||||
app.component('mk-loading', loading);
|
||||
app.component('mk-error', error);
|
||||
app.component('stream-indicator', streamIndicator);
|
||||
}
|
||||
|
Reference in New Issue
Block a user