parent
3190c5941a
commit
06d076a6f2
@ -23,7 +23,7 @@ Notes:
|
|||||||
- while tag name are case sensitive, the best practice is to use dash case for component elements so that the browser
|
- while tag name are case sensitive, the best practice is to use dash case for component elements so that the browser
|
||||||
interpret them as custom elements,
|
interpret them as custom elements,
|
||||||
- `(some-event)` would now bind to the `some-event` event (i.e. there is no implicit dash to camel case conversion),
|
- `(some-event)` would now bind to the `some-event` event (i.e. there is no implicit dash to camel case conversion),
|
||||||
- `(some-property)` would now bind to the `some-property` property (i.e. there is no implicit dash to camel case conversion),
|
- `[some-property]` would now bind to the `some-property` property (i.e. there is no implicit dash to camel case conversion),
|
||||||
- `#some-var` is not allowed any more ("-" can not be used in variable names).
|
- `#some-var` is not allowed any more ("-" can not be used in variable names).
|
||||||
|
|
||||||
## Migration
|
## Migration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user