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: [
|
warnings: [
|
||||||
'live',
|
'live',
|
||||||
'full',
|
'full',
|
||||||
'cover'
|
'cover',
|
||||||
|
'mix'
|
||||||
],
|
],
|
||||||
time
|
time
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue