Vue.mixin( mixin )

Vue.mixin( mixin )

Arguments:
    {Object} mixin

Usage:

Apply a mixin globally, which affects every Vue instance created afterwards. This can be used by plugin authors to inject custom behavior into components. Not recommended in application code.

See also: Global Mixin
发布了133 篇原创文章 · 获赞 189 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/blog_programb/article/details/105603374