# Basic ```html Things pass us by. Nobody can catch them. That's the way we live our lives. ``` ```js export default { methods: { handlePositiveClick () { this.$NMessage.success('Yes') }, handleNegativeClick () { this.$NMessage.warning('No') } } } ```