Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ initMixin$1
Function
initMixin$1
static/vuejs/vue.runtime.common.js:3877–3881 ·
view source on GitHub ↗
(Vue)
Source
from the content-addressed store, hash-verified
3875
/* */
3876
3877
function
initMixin$1 (Vue) {
3878
Vue.mixin =
function
(mixin) {
3879
this.options = mergeOptions(this.options, mixin);
3880
};
3881
}
3882
3883
/* */
3884
Callers
1
initGlobalAPI
Function · 0.70
Calls
1
mergeOptions
Function · 0.70
Tested by
no test coverage detected