mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Add new component
This commit is contained in:
parent
e6c92532a2
commit
704f6a1f18
1 changed files with 4 additions and 0 deletions
4
resources/assets/js/micro.js
vendored
Normal file
4
resources/assets/js/micro.js
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
Vue.component(
|
||||
'micro-ui',
|
||||
require('./components/Micro.vue').default
|
||||
);
|
Loading…
Add table
Reference in a new issue