You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changes.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -291,6 +291,10 @@ computed: {
291
291
292
292
## Directive API change
293
293
294
+
-#### Directive Priority
295
+
296
+
Now each directive can optionally have a `priority` value which determines the order it gets compiled among all directives on the same element. Priorities for some built-in directives will be available in the API reference after 0.11 is released.
297
+
294
298
-#### Dynamic literals
295
299
296
300
Literal directives can now also be dynamic via bindings like this:
0 commit comments