wip
This commit is contained in:
parent
7816282318
commit
bc632cefe5
11 changed files with 104 additions and 90 deletions
|
|
@ -5,6 +5,7 @@ import signup from './signup.vue';
|
|||
import forkit from './forkit.vue';
|
||||
import nav from './nav.vue';
|
||||
import postHtml from './post-html';
|
||||
import poll from './poll.vue';
|
||||
import pollEditor from './poll-editor.vue';
|
||||
import reactionIcon from './reaction-icon.vue';
|
||||
import reactionsViewer from './reactions-viewer.vue';
|
||||
|
|
@ -25,6 +26,7 @@ Vue.component('mk-signup', signup);
|
|||
Vue.component('mk-forkit', forkit);
|
||||
Vue.component('mk-nav', nav);
|
||||
Vue.component('mk-post-html', postHtml);
|
||||
Vue.component('mk-poll', poll);
|
||||
Vue.component('mk-poll-editor', pollEditor);
|
||||
Vue.component('mk-reaction-icon', reactionIcon);
|
||||
Vue.component('mk-reactions-viewer', reactionsViewer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue