hi,
i am total beginner of vue js. is there a form to change de custom view link to abother page (internal or external?)
panel.plugin("dsviews/helpsection", {
views: {
afiliados: {
label: "Afiliados",
icon: "list-bullet",
link: "google.com" or "notes",
template: `
<k-topbar-button>my custom view</k-topbar-button>
`
}
}
}
});