Added "mix" to the list of highlighted keywords in import
This commit is contained in:
parent
8635881ad4
commit
46b9c6a1c8
|
@ -100,7 +100,8 @@ export default Vue.extend({
|
|||
warnings: [
|
||||
'live',
|
||||
'full',
|
||||
'cover'
|
||||
'cover',
|
||||
'mix'
|
||||
],
|
||||
time
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue