@mixd-id/web-scaffold 0.1.240411009 → 0.1.240411010
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/package.json
CHANGED
|
@@ -43,7 +43,7 @@ export default {
|
|
|
43
43
|
mounted() {
|
|
44
44
|
if(`${this.modelValue ?? ''}`.substring(0, 1) === '#'){
|
|
45
45
|
this.color1 = this.modelValue
|
|
46
|
-
this.mode = 'solid'
|
|
46
|
+
this.mode = 'solid'p
|
|
47
47
|
}
|
|
48
48
|
else if(`${this.modelValue ?? ''}`.indexOf('linear-') >= 0){
|
|
49
49
|
const match = this.modelValue.match(/linear-gradient\(([^,]+),([^,]+),([^)]+)\)/)
|
|
@@ -1571,7 +1571,7 @@ export default{
|
|
|
1571
1571
|
},
|
|
1572
1572
|
|
|
1573
1573
|
computedIframeSrc(){
|
|
1574
|
-
return
|
|
1574
|
+
return `${this.iframeSrc}`.substring(0, `${this.iframeSrc}`.indexOf('?'))
|
|
1575
1575
|
},
|
|
1576
1576
|
|
|
1577
1577
|
currentItem(){
|