plain-design 1.0.0-beta.27 → 1.0.0-beta.28

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plain-design",
3
- "version": "1.0.0-beta.27",
3
+ "version": "1.0.0-beta.28",
4
4
  "description": "",
5
5
  "main": "dist/plain-design.min.js",
6
6
  "module": "dist/plain-design.commonjs.min.js",
@@ -254,9 +254,9 @@ export const Dialog = designComponent({
254
254
  showing.start();
255
255
  if (!state.init) {
256
256
  state.init = true;
257
- await delay();
257
+ await delay(23);
258
258
  if (!refs.content) {
259
- await delay();
259
+ await delay(23);
260
260
  }
261
261
  } else {
262
262
  await nextTick();