vue-mixins
vue-mixins copied to clipboard
resolveAsset is not a function anymore :'(
trafficstars
https://github.com/vuejs/vue/issues/5036
FYI: The function is still in vue, but not exposed on Vue.util anymore.
If you need it, the best approach would be to extract and re-implement it in this plugin.
https://github.com/vuejs/vue/blob/769c4dc2032251323c8f61ad8eba2c26c615a618/src/core/util/options.js#L311