mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-25 23:43:58 +00:00
fix $ is not a function bug
This commit is contained in:
Vendored
-1
@@ -5,7 +5,6 @@
|
||||
'baseUrl' => url('/'),
|
||||
'routes' => collect(\Route::getRoutes())->mapWithKeys(function ($route) { return [$route->getName() => $route->uri()]; })
|
||||
]) !!};
|
||||
window.$ = window.jQuery = require('jquery');
|
||||
</script>
|
||||
<script src="{{ asset('js/vendor.js') }}" type="text/javascript"></script>
|
||||
<script src="{{mix('vue/app.js')}}"></script>
|
||||
|
||||
Reference in New Issue
Block a user