summaryrefslogtreecommitdiffstats
path: root/js/vue_components/IconLinkCompact.vue
AgeCommit message (Collapse)Author
2021-07-19Use front-end translation functionvue-modularTucker McKnight
PHP is not parsing the Vue components, so use Nextcloud's t() Javascript function instead. This commit adds t() as a global variable on the AppController so that it can be passed into components. Also move vue-loader and vue-template-compiler to devDependencies in package.json. Signed-off-by: Tucker McKnight <tucker.mcknight@gmail.com>
2021-07-19Add a Vue component, remove extrasTucker McKnight
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>