Skip to content

常规用法

NaiveUI 的一些组件进行演示。

要是用naiveui的命令式组件,需要安装@vue-cmd/naive包.

bash
# 使用npm
npm install @vue-cmd/naive naive-ui

# 使用pnpm
pnpm add @vue-cmd/naive naive-ui

# 使用yarn
yarn add @vue-cmd/naive naive-ui

基础使用

loading

属性说明

更多属性请参考: naive-ui modal文档naive-ui drawer文档

Released under the MIT License.