# Mask Closable ```html Start Me up If you start me up, If you start me up, I'll never stop. inputValue: {{ inputValue }} Close it ``` ```js export default { data () { return { isActive: false, inputValue: '' } } } ```