芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/vue/src/core/global-api/mixin.ts
import type { GlobalAPI } from 'types/global-api' import { mergeOptions } from '../util/index' export function initMixin(Vue: GlobalAPI) { Vue.mixin = function (mixin: Object) { this.options = mergeOptions(this.options, mixin) return this } }