add directive to completely disable automatic text color creation
This commit is contained in:
parent
a9efbd2553
commit
85d55c55e7
2 changed files with 11 additions and 7 deletions
|
|
@ -8,7 +8,8 @@ export default {
|
|||
directives: {
|
||||
textColor: '--text',
|
||||
textOpacity: 0.5,
|
||||
textOpacityMode: 'mixrgb'
|
||||
textOpacityMode: 'mixrgb',
|
||||
textAuto: 'no-auto'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue