mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
880 B
880 B
加载条 Loading Bar
焦虑的安慰剂,疗效尚可。
演示
basic
API
$NLoadingBar
$NLoadingBar Methods
名称 | 类型 | 说明 |
---|---|---|
start |
(option: LoadingBarOption) => void |
|
finish |
(option: LoadingBarOption) => void |
|
error |
(option: LoadingBarOption) => void |
$NLoadingBar Properties
名称 | 类型 | 说明 |
---|---|---|
theme | 'light' | 'dark' |
如果设定会将 $NLoadingBar 的全局主题设为该主题,如果没有设定则全局主题则取决于调用位置(它工作起来和 $NMessage 的主题比较像,在大多数情况下你不用为此而操心) |
LoadingBarOption Properties
名称 | 类型 | 说明 |
---|---|---|
theme | 'light' | 'dark' |
如果设定会将该加载条的主题设为该主题,如果没有设定则会使用 $NLoadingBar 的全局主题 |