vue-mixins icon indicating copy to clipboard operation
vue-mixins copied to clipboard

resolveAsset is not a function anymore :'(

Open voronianski opened this issue 8 years ago • 1 comments
trafficstars

https://github.com/vuejs/vue/issues/5036

voronianski avatar Feb 28 '17 12:02 voronianski

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

LinusBorg avatar Feb 28 '17 13:02 LinusBorg