# 可清除 让输入值可以清除(当有值的时候)。 ```html 填充内容 ``` ```js export default { data() { return { value: null } } } ``` ```css .n-input { margin-bottom: 8px; } ```