浏览代码

Remove landing.js

Daniel Supernault 6 年之前
父节点
当前提交
2e2a1ac265
共有 1 个文件被更改,包括 0 次插入10 次删除
  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'
-});