diff --git a/config/asgard/core/core.php b/config/asgard/core/core.php index 67ec2a105..415d834ff 100644 --- a/config/asgard/core/core.php +++ b/config/asgard/core/core.php @@ -124,6 +124,7 @@ 'moment.js' => ['theme' => 'vendor/admin-lte/plugins/daterangepicker/moment.min.js'], 'clipboard.js' => ['theme' => 'vendor/clipboard/dist/clipboard.min.js'], 'simplemde.js' => ['theme' => 'vendor/simplemde/dist/simplemde.min.js'], + 'vue-app.js' => ['cdn' => mix('js/app.js')], ], /* @@ -160,6 +161,8 @@ 'pace.js', 'selectize.js', 'main.js', + // Un-comment the vue-app dependency to include VueJS + // 'vue-app.js', ], ],