We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ee7e0 commit c2deffeCopy full SHA for c2deffe
demo-vue/app/examples/SnackBar.vue
@@ -48,7 +48,9 @@ export default Vue.extend({
48
break;
49
}
50
case 'show_snack_action_color': {
51
- showSnack({ message: 'this is test snack with action colored!', actionText:'delete', actionTextColor:'red' });
+ showSnack({ message: 'this is test snack with action colored!', actionText:'delete', actionTextColor:'red' }).then(r=>{
52
+ console.log('showSnack result', r);
53
+ });
54
55
56
0 commit comments