Button 按钮
Naive UI 按钮组件展示(Vue 3)
Vue 3 组件按钮类型
Vue 3 代码示例
<template> <n-button type="primary">Primary</n-button> <n-button type="info">Info</n-button> <n-button type="success">Success</n-button> <n-button type="warning">Warning</n-button> <n-button type="error">Error</n-button> </template>