mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
refactor(toast): remove showCloseButton and closeButtonText (#18957)
* Remove close button * update tests * update tests * add build
This commit is contained in:

committed by
Brandy Carney

parent
f742dc5519
commit
d6c20a9dec
@ -112,9 +112,8 @@
|
||||
toast() {
|
||||
this.$ionic.toastController.create({
|
||||
message: 'Here\'s to IonicVue!',
|
||||
showCloseButton: true,
|
||||
buttons: ['Done'],
|
||||
position: 'top',
|
||||
closeButtonText: 'Done'
|
||||
})
|
||||
.then(t => t.present())
|
||||
},
|
||||
|
Reference in New Issue
Block a user