# Closable You may need when use it in modal. ```html Card Content ``` ```js export default { methods: { handleClose () { this.$NMessage.info('Card Close') } } } ``` ```css .n-card { max-width: 300px; } ```