1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-05-05 04:34:05 +02:00
Nextcloud-News/js/app/VueComponents.js
Tucker McKnight 83cdcb016b Add a Vue component, remove extras
Fixes the problem of the vue components directory not
existing. Also removed the demo components that were
not meant to be committed.

Signed-off-by: Tucker McKnight <tucker.mcknight@gmail.com>
2021-07-19 14:58:49 +02:00

4 lines
218 B
JavaScript

var IconLinkCompact = require('../vue_components/IconLinkCompact.vue').default;
var iconLinkCompactComponent = Vue.component('IconLinkCompact', IconLinkCompact);
app.value('IconLinkCompact', iconLinkCompactComponent);