Added "mix" to the list of highlighted keywords in import

This commit is contained in:
Eliot Berriot 2018-02-28 19:03:12 +01:00
parent 8635881ad4
commit 46b9c6a1c8
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@ export default Vue.extend({
warnings: [
'live',
'full',
'cover'
'cover',
'mix'
],
time
}