mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
BREAKING CHANGE: ion-content's has-header/footer/tabs attributes no longer work. Use the classes 'has-header', 'has-subheader', 'has-footer', and 'has-tabs' to modify the positioning of the ion-content relative to surrounding elements. Before: `<ion-content has-header="true">` After: `<ion-content class="has-header">`