mirror of https://github.com/pixelfed/pixelfed
Add new landing page
parent
25dcb88010
commit
278ecefd5d
File diff suppressed because one or more lines are too long
@ -0,0 +1,10 @@
|
|||||||
|
window.Vue = require('vue');
|
||||||
|
|
||||||
|
Vue.component(
|
||||||
|
'landing-page',
|
||||||
|
require('./components/LandingPage.vue').default
|
||||||
|
);
|
||||||
|
|
||||||
|
new Vue({
|
||||||
|
el: '#content'
|
||||||
|
});
|
Loading…
Reference in New Issue