Skip to content

Commit 37cb2fe

Browse files
author
chenchen
committed
update
1 parent dca845b commit 37cb2fe

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

.gitignore

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,2 @@
1-
.DS_Store
2-
node_modules/
3-
dist/
4-
npm-debug.log
5-
yarn-error.log
6-
7-
# Editor directories and files
8-
.idea
9-
*.suo
10-
*.ntvs*
11-
*.njsproj
12-
*.sln
1+
.deploy_git/
2+
node_modules/

ChineaseREADME.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Vue.component(Confirm.name,Confirm)
7171
| isShow | `[Boolean]`| 是否显示Alert,必须传入,而且为false,在需要显示的时候让其为true即可 |
7272

7373
*closeOnClickModal* `[Boolean]`
74+
7475
| prop name | description |required| default |
7576
|:-----------:|:----------------------------------------:|:------:|:-------:|
7677
| `closeOnClickModal` | `[Boolean]`是否通过点击遮罩层来关闭Alert | No | false |
@@ -116,6 +117,7 @@ export default {
116117
| isShow | `[Boolean]`| 是否显示Confirm,必须传入,而且为false,在需要显示的时候让其为true即可 |
117118

118119
*closeOnClickModal* `[Boolean]`
120+
119121
| prop name | description |required| default |
120122
|:-----------:|:----------------------------------------:|:------:|:-------:|
121123
| `closeOnClickModal` | `[Boolean]`是否通过点击遮罩层来关闭Confirm | No | false |
@@ -168,6 +170,7 @@ export default {
168170
| isShow | `[Boolean]`| 是否显示Toast | Yes | / |
169171

170172
`type`
173+
171174
| type name | description |
172175
|:---------:|:-----------------------------------------:|
173176
| top | 从顶部滑入 |
@@ -215,11 +218,13 @@ export default {
215218
> menu内的菜单项必须是Object,必须要有label和content两个键名,比如`[label:'del',content:'delete the data']`
216219
217220
*cancelMode* `[Boolean]`
221+
218222
| prop name | description |required| default |
219223
|:-----------:|:----------------------------------------:|:------:|:-------:|
220224
| `cancelMode` | `[Boolean]`是否显示取消的菜单项 | No | false |
221225

222226
*closeOnClickModal* `[Boolean]`
227+
223228
| prop name | description |required| default |
224229
|:-----------:|:----------------------------------------:|:------:|:-------:|
225230
| `closeOnClickModal` | `[Boolean]`是否通过点击遮罩层来关闭ActionSheet | No | false |

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Vue.component(Confirm.name,Confirm)
7676
| isShow | `[Boolean]`| whether show the alert |
7777

7878
*closeOnClickModal* `[Boolean]`
79+
7980
| prop name | description |required| default |
8081
|:-----------:|:----------------------------------------:|:------:|:-------:|
8182
| `closeOnClickModal` | `[Boolean]`whether close alert by clicking the mask modal | No | false |
@@ -121,6 +122,7 @@ export default {
121122
| isShow | `[Boolean]`| whether show the Confirm |
122123

123124
*closeOnClickModal* `[Boolean]`
125+
124126
| prop name | description |required| default |
125127
|:-----------:|:----------------------------------------:|:------:|:-------:|
126128
| `closeOnClickModal` | `[Boolean]`whether close Confirm by clicking the mask modal | No | false |
@@ -173,6 +175,7 @@ export default {
173175
| isShow | `[Boolean]`| whether show the Toast | Yes | / |
174176

175177
`type`
178+
176179
| type name | description |
177180
|:---------:|:-----------------------------------------:|
178181
| top | slide from the top |
@@ -220,11 +223,13 @@ export default {
220223
> menu must has structure like `[label:'del',content:'delete the data']`
221224
222225
*cancelMode* `[Boolean]`
226+
223227
| prop name | description |required| default |
224228
|:-----------:|:----------------------------------------:|:------:|:-------:|
225229
| `cancelMode` | `[Boolean]`whether show the cancel item | No | false |
226230

227231
*closeOnClickModal* `[Boolean]`
232+
228233
| prop name | description |required| default |
229234
|:-----------:|:----------------------------------------:|:------:|:-------:|
230235
| `closeOnClickModal` | `[Boolean]`whether close ActionSheet by clicking the mask modal | No | false |

dist/VueDialog.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)