Daniel Supernault 6 anni fa
parent
commit
2e2a1ac265
1 ha cambiato i file con 0 aggiunte e 10 eliminazioni
  1. 0 10
      resources/assets/js/landing.js

+ 0 - 10
resources/assets/js/landing.js

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