@opentiny/vue-renderless 3.6.1-alpha.0 → 3.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/index.js +1 -1
- package/common/runtime.js +1 -1
- package/package.json +1 -1
package/common/index.js
CHANGED
package/common/runtime.js
CHANGED
|
@@ -22,7 +22,7 @@ import vuePopup from "@opentiny/vue-renderless/common/deps/vue-popup";
|
|
|
22
22
|
import validate from "@opentiny/vue-renderless/common/validate";
|
|
23
23
|
import memorize from "@opentiny/vue-renderless/common/deps/memorize";
|
|
24
24
|
import * as common from "@opentiny/vue-renderless/common";
|
|
25
|
-
const version = "3.
|
|
25
|
+
const version = "3.6.1";
|
|
26
26
|
const Renderless = {
|
|
27
27
|
browser,
|
|
28
28
|
array,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/vue-renderless",
|
|
3
|
-
"version": "3.6.1
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
|
|
5
5
|
"homepage": "https://opentiny.design/tiny-vue",
|
|
6
6
|
"keywords": [
|