@dangojs/digitforce-ui-utils
Advanced tools
+2
-2
@@ -64,4 +64,4 @@ 'use strict'; | ||
| return vue.h(tag, data, { | ||
| ...slots, | ||
| ..._defaultSlots | ||
| ..._defaultSlots, | ||
| ...slots | ||
| }); | ||
@@ -68,0 +68,0 @@ }; |
+2
-2
@@ -56,4 +56,4 @@ import { Comment, Fragment, Text, defineComponent, h } from 'vue'; | ||
| return h(tag, data, { | ||
| ...slots, | ||
| ..._defaultSlots | ||
| ..._defaultSlots, | ||
| ...slots | ||
| }); | ||
@@ -60,0 +60,0 @@ }; |
+1
-1
| { | ||
| "name": "@dangojs/digitforce-ui-utils", | ||
| "type": "module", | ||
| "version": "0.0.6", | ||
| "version": "0.0.7", | ||
| "description": "UI 组件库的一些帮助方法和函数", | ||
@@ -6,0 +6,0 @@ "author": "Digitforce Team", |