Skip to content

Commit c2deffe

Browse files
committed
test: demo app
1 parent f8ee7e0 commit c2deffe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demo-vue/app/examples/SnackBar.vue

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ export default Vue.extend({
4848
break;
4949
}
5050
case 'show_snack_action_color': {
51-
showSnack({ message: 'this is test snack with action colored!', actionText:'delete', actionTextColor:'red' });
51+
showSnack({ message: 'this is test snack with action colored!', actionText:'delete', actionTextColor:'red' }).then(r=>{
52+
console.log('showSnack result', r);
53+
});
5254
break;
5355
}
5456
}

0 commit comments

Comments
 (0)