UNPKG

bili-tmp-demo

Version:

vue管理系统结构

10 lines (7 loc) 204 B
/* @flow */ import { mergeOptions } from '../util/index' export function initMixin (Vue: GlobalAPI) { Vue.mixin = function (mixin: Object) { this.options = mergeOptions(this.options, mixin) } }