@symbo.ls/uikit 2.11.247 → 2.11.248

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/index.cjs.js CHANGED
@@ -9604,6 +9604,7 @@ var RouterLink = {
9604
9604
  const { href } = props4;
9605
9605
  if (!href)
9606
9606
  return;
9607
+ debugger;
9607
9608
  const { utils, snippets, routerOptions } = ctx;
9608
9609
  const root = el.__ref.__root;
9609
9610
  const linkIsExternal = href.includes("http://") || href.includes("https://") || href.includes("mailto:") || href.includes("tel:");