Skip to content

Instantly share code, notes, and snippets.

@edward-hsu-1994
Created August 27, 2018 07:20
Show Gist options
  • Save edward-hsu-1994/c2cccf3953ad1945a6c28598c254be74 to your computer and use it in GitHub Desktop.
Save edward-hsu-1994/c2cccf3953ad1945a6c28598c254be74 to your computer and use it in GitHub Desktop.
class Sample{
async delete(id: string){
if((await swal({
title: '刪除?',
type: 'warning',
showCDancelButton: true
})).value){
// do delete
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment