mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
487001d697
.demo.md for component demo .demo-entry.md for demo entry .md for common docs
348 B
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;
}