vuejs / vue-router

🚦 The official router for Vue 2
http://v3.router.vuejs.org/
MIT License
18.99k stars 5.06k forks source link

Office-js breaks vue app #3814

Closed warenix closed 1 year ago

warenix commented 1 year ago

Version

3.6.5

Reproduction link

codesandbox.io

Steps to reproduce

In index.html, loading the office-js will breaks entire vue app.

What is expected?

Vue should run

What is actually happening?

The browser keeps reloading


Perhaps related issue: https://github.com/vuejs/vue-router/issues/3154

LinusBorg commented 1 year ago

This reproduction:

  1. Does not involve vue-router
  2. does not break as described
  3. uses a Vue 3 template, but the issue was raised in the repo for VueRouter 3.6.5, which is for Vue 2.
posva commented 1 year ago

Please open a new issue at vuejs/router if you manage to reproduce it