mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -56,7 +56,7 @@ export class ReorderGroup implements ComponentInterface {
|
||||
*
|
||||
* The complete() method exposed as
|
||||
*/
|
||||
@Event({ bubbles: false }) ionItemReorder!: EventEmitter<ItemReorderDetail>;
|
||||
@Event() ionItemReorder!: EventEmitter<ItemReorderDetail>;
|
||||
|
||||
async componentDidLoad() {
|
||||
const contentEl = this.el.closest('ion-content');
|
||||
|
||||
Reference in New Issue
Block a user