vueSlotName

This commit is contained in:
ManjaroOne666 2018-11-21 18:19:09 +00:00
parent 787bc765f1
commit b4427963eb
1 changed files with 2 additions and 1 deletions

View File

@ -432,6 +432,7 @@
[ "vueTagSpecial", "NONE", indigo5, "bold" ],
[ "vueTagComponentName", "NONE", indigo3, "bold" ],
[ "vueDynamicComponent", "NONE", indigo1, "bold" ],
[ "vueSlotName", "NONE", indigo7, "italic" ],
[ "vueComponentName", "vueTagComponentName" ],
[ "vueTransitionComponent", "vueDynamicComponent" ],
@ -449,7 +450,7 @@
[ "vueConditionalValue", "vueDirectiveValue" ],
[ "vueForValue", "vueConditionalValue" ],
[ "vueRefValue", "Constant" ],
[ "vueSlotName", "Constant" ],
[ "vueSlotValue", "vueSlotName" ],
[ "vueObjectKey", "cssClass" ],
[ "vueObjectValue", "vueDirectiveValue" ],
[ "vueDirectiveClass", "Noise" ],