mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
Segment
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
import {Button, Switch, List, Label, Item, Input, Content} from 'ionic/ionic';
|
||||
var IONIC_DIRECTIVES = [Button, List, Label, Item, Content];
|
||||
|
||||
console.log('DIRECTIVES', IONIC_DIRECTIVES);
|
||||
import {Button, Switch, List, Label, Item, Input, Content, Segment} from 'ionic/ionic';
|
||||
var IONIC_DIRECTIVES = [Button, List, Label, Item, Content, Segment];
|
||||
|
||||
export {IONIC_DIRECTIVES};
|
||||
|
Reference in New Issue
Block a user