@sysvale/cuida 3.0.0-beta.125 → 3.0.0-beta.126
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.
|
@@ -28630,6 +28630,11 @@ const Cce = {
|
|
|
28630
28630
|
splitedSubtitle: []
|
|
28631
28631
|
};
|
|
28632
28632
|
},
|
|
28633
|
+
computed: {
|
|
28634
|
+
fancyUrl() {
|
|
28635
|
+
return this.url.split(/http:\/\/|https:\/\//)[1];
|
|
28636
|
+
}
|
|
28637
|
+
},
|
|
28633
28638
|
mounted() {
|
|
28634
28639
|
this.computedSubtitle();
|
|
28635
28640
|
},
|
|
@@ -28661,7 +28666,7 @@ function Ace(t, e, n, i, s, r) {
|
|
|
28661
28666
|
bold: ""
|
|
28662
28667
|
}, {
|
|
28663
28668
|
default: Ve(() => [
|
|
28664
|
-
ut(X(
|
|
28669
|
+
ut(X(r.fancyUrl), 1)
|
|
28665
28670
|
]),
|
|
28666
28671
|
_: 1
|
|
28667
28672
|
}, 8, ["href"]),
|