@luizleon/sf.prefeiturasp.vuecomponents 0.0.53 → 0.0.54
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 +2 -2
- 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 +2 -2
|
@@ -5907,9 +5907,9 @@ const ih = ["data-active", "href", "onClick"], sh = { class: "sf-ml-2" }, ah = [
|
|
|
5907
5907
|
class: me("sf-p-2")
|
|
5908
5908
|
}, {
|
|
5909
5909
|
item: qe(({ item: d, active: f }) => [
|
|
5910
|
-
d.
|
|
5910
|
+
d.routeName ? (H(), pe(c, {
|
|
5911
5911
|
key: 0,
|
|
5912
|
-
to: { name: d.
|
|
5912
|
+
to: { name: d.routeName },
|
|
5913
5913
|
custom: ""
|
|
5914
5914
|
}, {
|
|
5915
5915
|
default: qe(({ href: y, navigate: b, isActive: _ }) => [
|