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