UNPKG

@uportal/esco-content-menu

Version:

Display a menu for a new kind of navigation: from favorites and browsable portlet list

7 lines (6 loc) 164 B
export default function computeUrl(url) { if (url != null && !url.startsWith('http')) { return process.env.VUE_APP_PORTAL_BASE_URL + url; } return url; }