Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Last active February 2, 2019 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uno-de-piera/3a281ae450e77902dd099fea9388af89 to your computer and use it in GitHub Desktop.
Save uno-de-piera/3a281ae450e77902dd099fea9388af89 to your computer and use it in GitHub Desktop.
const app = new Vue({
el: '#app',
mixins: window.globalMixins, //añadimos los mixins!
});
<script src="{{ asset('js/globalMixins.js') }}"></script> {{-- añadimos el archivo js --}}
<script src="{{ asset('js/app.js') }}" defer></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment