@luizleon/sf.prefeiturasp.vuecomponents 0.0.52 → 0.0.53
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/sf.prefeiturasp.vuecomponents.es.js +4 -3
- package/dist/sf.prefeiturasp.vuecomponents.es.js.map +1 -1
- package/dist/sf.prefeiturasp.vuecomponents.umd.js +1 -1
- package/dist/sf.prefeiturasp.vuecomponents.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/panelmenu/PanelMenu.vue +4 -3
|
@@ -5892,10 +5892,11 @@ const ih = ["data-active", "href", "onClick"], sh = { class: "sf-ml-2" }, ah = [
|
|
|
5892
5892
|
});
|
|
5893
5893
|
}
|
|
5894
5894
|
return Ln(
|
|
5895
|
-
() => n
|
|
5895
|
+
() => n,
|
|
5896
5896
|
(l) => {
|
|
5897
|
-
l
|
|
5898
|
-
}
|
|
5897
|
+
!l || !l.name || s(r.value, l.toString());
|
|
5898
|
+
},
|
|
5899
|
+
{ deep: !0 }
|
|
5899
5900
|
), (l, a) => {
|
|
5900
5901
|
const c = Dt("router-link");
|
|
5901
5902
|
return H(), pe(Ee(Cs), {
|