Removing vue from asset pipeline

parent 24d0c8d5
...@@ -125,7 +125,6 @@ return [ ...@@ -125,7 +125,6 @@ return [
'moment.js' => ['theme' => 'vendor/admin-lte/plugins/daterangepicker/moment.min.js'], 'moment.js' => ['theme' => 'vendor/admin-lte/plugins/daterangepicker/moment.min.js'],
'clipboard.js' => ['theme' => 'vendor/clipboard/dist/clipboard.min.js'], 'clipboard.js' => ['theme' => 'vendor/clipboard/dist/clipboard.min.js'],
'simplemde.js' => ['theme' => 'vendor/simplemde/dist/simplemde.min.js'], 'simplemde.js' => ['theme' => 'vendor/simplemde/dist/simplemde.min.js'],
'vue-app.js' => ['cdn' => mix('js/app.js')],
], ],
/* /*
...@@ -162,7 +161,6 @@ return [ ...@@ -162,7 +161,6 @@ return [
'pace.js', 'pace.js',
'selectize.js', 'selectize.js',
'main.js', 'main.js',
'vue-app.js',
], ],
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment