1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-25 17:26:43 +00:00
pixelfed/resources/assets/js/landing.js
2019-03-16 02:46:46 -06:00

10 lines
No EOL
150 B
JavaScript
Vendored

window.Vue = require('vue');
Vue.component(
'landing-page',
require('./components/LandingPage.vue').default
);
new Vue({
el: '#content'
});