This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oleg
/
pixelfed
mirror of
https://github.com/pixelfed/pixelfed.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add new component
Daniel Supernault
5 years ago
parent
e6c92532a2
commit
704f6a1f18
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
resources/assets/js/micro.js
+ 4
- 0
resources/assets/js/micro.js
View File
@@ -0,0 +1,4 @@
+Vue.component(
+ 'micro-ui',
+ require('./components/Micro.vue').default
+);