Skip to content

Commit

Permalink
use minified version of js file
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-aliraqi authored Jul 22, 2020
1 parent 71f5cab commit 0f3b0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ $blog->addAllMediaFromTokens($request->input('tokens', []), 'pictures');
</div>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="https://cdn.jsdelivr.net/npm/laravel-file-uploader/dist/file-uploader.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/laravel-file-uploader"></script>
<script>
new Vue({
el: '#app'
Expand Down

0 comments on commit 0f3b0be

Please sign in to comment.