Toggle navigation
Home
UI/UX
Web-development
Javascript
CMS
Cheatsheet
Cheatsheet
ho
mixins
Estimated reading time:
1 minute
mixins
~ global
Vue
.
mixin
({
// code
})
// or
Vue
.
mixin
(
mixinName
);
~ local
mixins
:
[
mixinName
]
https://vuejs.org/v2/guide/mixins.html
vue
,
vusjs
Basic React
What is vue
directives
custom directive
component
data
slot
props
mixins
ref
filters
vue instance
computed vs watch
life cycle
plugin
resources
On this page:
mixins