# 基础用法 ```html ``` ```js export default { data () { return { value: null } } } ```