naive-ui/demo/documentation/components/input/zhCN/size.demo.md
07akioni 487001d697 build: add changelog to site, refactor loader based on suffix
.demo.md for component demo
.demo-entry.md for demo entry
.md for common docs
2020-08-19 23:30:04 +08:00

348 B

尺寸

<n-input v-model="value" type="input" size="small" placeholder="小"/>
<n-input v-model="value" type="input" placeholder="中"/>
<n-input v-model="value" type="input" size="large"  placeholder="大"/>
export default {
  data() {
    return {
      value: null
    }
  }
}
.n-input {
  margin-bottom: 8px;
}