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
commit 46b9c6a1c8
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27

View file

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