@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.cjs.js
CHANGED
|
@@ -41015,7 +41015,7 @@ const props = __props;
|
|
|
41015
41015
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41016
41016
|
const emit = __emit;
|
|
41017
41017
|
|
|
41018
|
-
const myProps_box = vue.reactive(Object.assign({}, ly0default, props.myProps));
|
|
41018
|
+
const myProps_box = vue.reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41019
41019
|
// 在这里,const ... reactive不能用于双向绑定:v-model:file-list="fileList_box"
|
|
41020
41020
|
const fileList_box = vue.ref([]);
|
|
41021
41021
|
props.modelValue.forEach((item, index) => {
|
|
@@ -41163,7 +41163,7 @@ const props = __props;
|
|
|
41163
41163
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41164
41164
|
const emit = __emit;
|
|
41165
41165
|
|
|
41166
|
-
const myProps_box = vue.reactive(Object.assign({}, ly0default, props.myProps));
|
|
41166
|
+
const myProps_box = vue.reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41167
41167
|
const fileList_box = vue.ref([]);
|
|
41168
41168
|
props.modelValue.forEach((item, index) => {
|
|
41169
41169
|
fileList_box.value.push({
|
|
@@ -41343,7 +41343,7 @@ const props = __props;
|
|
|
41343
41343
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41344
41344
|
const emit = __emit;
|
|
41345
41345
|
|
|
41346
|
-
const myProps_box = vue.reactive(Object.assign({}, ly0default, {
|
|
41346
|
+
const myProps_box = vue.reactive(Object.assign({}, ly0default.myProps, {
|
|
41347
41347
|
uploadUrl: ly0default.carplate.uploadUrl,
|
|
41348
41348
|
avatar: {
|
|
41349
41349
|
width: ly0default.carplate.width,
|
|
@@ -41531,7 +41531,7 @@ const props = __props;
|
|
|
41531
41531
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41532
41532
|
const emit = __emit;
|
|
41533
41533
|
|
|
41534
|
-
const myProps_box = vue.reactive(Object.assign({}, ly0default, props.myProps));
|
|
41534
|
+
const myProps_box = vue.reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41535
41535
|
const fileList_box = vue.ref([]);
|
|
41536
41536
|
props.modelValue.forEach((item, index) => {
|
|
41537
41537
|
fileList_box.value.push({
|
|
@@ -41685,7 +41685,7 @@ const props = __props;
|
|
|
41685
41685
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41686
41686
|
const emit = __emit;
|
|
41687
41687
|
|
|
41688
|
-
const myProps_box = vue.reactive(Object.assign({}, ly0default, props.myProps));
|
|
41688
|
+
const myProps_box = vue.reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41689
41689
|
const fileList_box = vue.ref([]);
|
|
41690
41690
|
props.modelValue.forEach((item, index) => {
|
|
41691
41691
|
fileList_box.value.push({
|
|
@@ -41836,7 +41836,7 @@ const props = __props;
|
|
|
41836
41836
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41837
41837
|
const emit = __emit;
|
|
41838
41838
|
|
|
41839
|
-
const myProps_box = vue.reactive(Object.assign({}, ly0default, props.myProps));
|
|
41839
|
+
const myProps_box = vue.reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41840
41840
|
const fileList_box = vue.ref([]);
|
|
41841
41841
|
props.modelValue.forEach((item, index) => {
|
|
41842
41842
|
fileList_box.value.push({
|