summaryrefslogtreecommitdiffstats
path: root/js/app/VueComponents.js
blob: f9ec405eeada9ec5a797c5830c59f8828ea653df (plain)
1
2
3
var IconLinkCompact = require('../vue_components/IconLinkCompact.vue').default;
var iconLinkCompactComponent = Vue.component('IconLinkCompact', IconLinkCompact);
app.value('IconLinkCompact', iconLinkCompactComponent);