diff --git a/components/cmd-progress/cmd-progress.vue b/components/cmd-progress/cmd-progress.vue new file mode 100644 index 0000000..ca0c3ae --- /dev/null +++ b/components/cmd-progress/cmd-progress.vue @@ -0,0 +1,607 @@ + + + + + diff --git a/components/yomol-prompt/README.md b/components/yomol-prompt/README.md new file mode 100644 index 0000000..2e5e3d8 --- /dev/null +++ b/components/yomol-prompt/README.md @@ -0,0 +1,88 @@ + ## 说明 + +输入内容并返回内容的prompt组件 + +提示名称: title + +输入类型:inputType + +默认值:defaultValue + +input逻辑处理方法名称: func + +输入最大长度:maxlength + +主色:themeColor + + +## 用法 + +**父组件** + +```html + +``` + +```js + +``` \ No newline at end of file diff --git a/components/yomol-prompt/yomol-prompt.vue b/components/yomol-prompt/yomol-prompt.vue new file mode 100644 index 0000000..d320133 --- /dev/null +++ b/components/yomol-prompt/yomol-prompt.vue @@ -0,0 +1,211 @@ +