@yoooloo42/joker 1.0.92 → 1.0.94
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/dist/index.cjs.js +6 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +6 -6
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -41011,7 +41011,7 @@ const props = __props;
|
|
|
41011
41011
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41012
41012
|
const emit = __emit;
|
|
41013
41013
|
|
|
41014
|
-
const myProps_box = reactive(Object.assign({}, ly0default, props.myProps));
|
|
41014
|
+
const myProps_box = reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41015
41015
|
// 在这里,const ... reactive不能用于双向绑定:v-model:file-list="fileList_box"
|
|
41016
41016
|
const fileList_box = ref([]);
|
|
41017
41017
|
props.modelValue.forEach((item, index) => {
|
|
@@ -41159,7 +41159,7 @@ const props = __props;
|
|
|
41159
41159
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41160
41160
|
const emit = __emit;
|
|
41161
41161
|
|
|
41162
|
-
const myProps_box = reactive(Object.assign({}, ly0default, props.myProps));
|
|
41162
|
+
const myProps_box = reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41163
41163
|
const fileList_box = ref([]);
|
|
41164
41164
|
props.modelValue.forEach((item, index) => {
|
|
41165
41165
|
fileList_box.value.push({
|
|
@@ -41339,7 +41339,7 @@ const props = __props;
|
|
|
41339
41339
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41340
41340
|
const emit = __emit;
|
|
41341
41341
|
|
|
41342
|
-
const myProps_box = reactive(Object.assign({}, ly0default, {
|
|
41342
|
+
const myProps_box = reactive(Object.assign({}, ly0default.myProps, {
|
|
41343
41343
|
uploadUrl: ly0default.carplate.uploadUrl,
|
|
41344
41344
|
avatar: {
|
|
41345
41345
|
width: ly0default.carplate.width,
|
|
@@ -41527,7 +41527,7 @@ const props = __props;
|
|
|
41527
41527
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41528
41528
|
const emit = __emit;
|
|
41529
41529
|
|
|
41530
|
-
const myProps_box = reactive(Object.assign({}, ly0default, props.myProps));
|
|
41530
|
+
const myProps_box = reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41531
41531
|
const fileList_box = ref([]);
|
|
41532
41532
|
props.modelValue.forEach((item, index) => {
|
|
41533
41533
|
fileList_box.value.push({
|
|
@@ -41681,7 +41681,7 @@ const props = __props;
|
|
|
41681
41681
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41682
41682
|
const emit = __emit;
|
|
41683
41683
|
|
|
41684
|
-
const myProps_box = reactive(Object.assign({}, ly0default, props.myProps));
|
|
41684
|
+
const myProps_box = reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41685
41685
|
const fileList_box = ref([]);
|
|
41686
41686
|
props.modelValue.forEach((item, index) => {
|
|
41687
41687
|
fileList_box.value.push({
|
|
@@ -41832,7 +41832,7 @@ const props = __props;
|
|
|
41832
41832
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41833
41833
|
const emit = __emit;
|
|
41834
41834
|
|
|
41835
|
-
const myProps_box = reactive(Object.assign({}, ly0default, props.myProps));
|
|
41835
|
+
const myProps_box = reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41836
41836
|
const fileList_box = ref([]);
|
|
41837
41837
|
props.modelValue.forEach((item, index) => {
|
|
41838
41838
|
fileList_box.value.push({
|