-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
export default { | ||
cinputNum01010: 'Input Number 数字输入框', | ||
cinputNum01020: '仅允许输入标准的数字值,可定义范围', | ||
cinputNum02010: '基础用法', | ||
cinputNum02020: | ||
'要使用它,只需要在 <SvelInputNumber> 元素中绑定变量即可,变量的初始值即为默认值。', | ||
cinputNum03010: '禁用状态', | ||
cinputNum03020: | ||
'disabled属性接受一个 Boolean,设置为true即可禁用整个组件。 ,如果你只需要控制数值在某一范围内,可以设置 min 属性和 max 属性, 默认最小值为 0。', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters