Comparing version 1.0.22 to 1.0.24
@@ -1,6 +0,6 @@ | ||
import { ref, withDirectives, openBlock, createBlock, withModifiers, vShow, createVNode } from 'vue'; | ||
import { defineComponent, ref, withDirectives, openBlock, createBlock, withModifiers, vShow, createVNode } from 'vue'; | ||
var script = { | ||
name: "CDhnLoading", | ||
setup() { | ||
var script = defineComponent({ | ||
name: 'loading', | ||
setup () { | ||
const setShow = ref(false); | ||
@@ -15,9 +15,14 @@ | ||
}; | ||
setTimeout(() => { | ||
// setShow.value = false; | ||
}, 5000); | ||
return { | ||
setShow, | ||
show, | ||
hide, | ||
}; | ||
}, | ||
}; | ||
hide | ||
} | ||
} | ||
}); | ||
@@ -36,3 +41,3 @@ const _hoisted_1 = /*#__PURE__*/createVNode("div", { class: "c-dhn-load_loading" }, [ | ||
], 512 /* NEED_PATCH */)), [ | ||
[vShow, $setup.setShow] | ||
[vShow, _ctx.setShow] | ||
]) | ||
@@ -39,0 +44,0 @@ } |
{ | ||
"name": "c-dhn-act", | ||
"version": "1.0.22", | ||
"version": "1.0.24", | ||
"description": "c-dhn-act component", | ||
@@ -5,0 +5,0 @@ "author": "peng.luo@asiainnovations.com>", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
62221
1809
1