外部导航未设置 external: true。
navigateTo() 接收到一个外部 URL,但没有 { external: true } 选项。Nuxt 要求对外部导航进行显式选择加入,以避免意外将用户重定向离开你的应用。
navigateTo()
{ external: true }
navigateTo('https://example.com', { external: true })