# Custom Action
```html
Quote
For example, if I were to write about elephants, I’d have had no idea what words to use.
Maybe
Quote
For example, if I were to write about elephants, I’d have had no idea what words to use.
```
```js
export default {
data () {
return {
controller: {}
}
},
methods: {
handleClick () {
this.controller.hide()
}
}
}
```
```css
.n-button {
margin-right: 8px;
}
```