mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Fix typo in ROADMAP - component-types -> widget-types
This commit is contained in:
parent
c2782f8222
commit
ed6f06a7af
@ -697,11 +697,11 @@ Or, since `component.js` is automatically recognized
|
||||
</div>
|
||||
```
|
||||
|
||||
### Deprecate `component-types` ([#514](https://github.com/marko-js/marko/issues/514))
|
||||
### Deprecate `widget-types` ([#514](https://github.com/marko-js/marko/issues/514))
|
||||
|
||||
**Old:**
|
||||
```html
|
||||
<component-types default="./component" mobile="./component-mobile"/>
|
||||
<widget-types default="./component" mobile="./component-mobile"/>
|
||||
|
||||
<div w-bind=(data.isMobile ? 'default' : 'mobile')>
|
||||
...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user