mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-05-05 04:34:05 +02:00

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>
4 lines
218 B
JavaScript
4 lines
218 B
JavaScript
var IconLinkCompact = require('../vue_components/IconLinkCompact.vue').default;
|
|
var iconLinkCompactComponent = Vue.component('IconLinkCompact', IconLinkCompact);
|
|
app.value('IconLinkCompact', iconLinkCompactComponent);
|