Profectus / util/vue / vueFeatureMixin
Function: vueFeatureMixin() ​
vueFeatureMixin(
featureName
,options
,component
?):object
Parameters ​
featureName ​
string
options ​
component? ​
Returns ​
object
[VueFeature] ​
[VueFeature]:
true
=true
classes ​
classes:
undefined
|MaybeRef
<Record
<string
,boolean
>> |ComputedRef
<Record
<string
,boolean
>>
components ​
components:
MaybeGetter
<Renderable
>[]
id ​
id:
string
style ​
style:
undefined
|MaybeRef
<CSSProperties
> |ComputedRef
<CSSProperties
>
visibility ​
visibility:
undefined
|MaybeRef
<boolean | Visibility> |ComputedRef
<boolean | Visibility>
wrappers ​
wrappers:
Wrapper
[]