# Basic ```html Start Me up Content ``` ```js export default { data () { return { isActive: false, inputValue: '' } } } ```