Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE9 Syntax Error #90

Closed
ftes opened this issue Apr 11, 2019 · 1 comment
Closed

IE9 Syntax Error #90

ftes opened this issue Apr 11, 2019 · 1 comment

Comments

@ftes
Copy link

ftes commented Apr 11, 2019

Version 1.x can be bundled with webpack and works in IE9.

Version 2.x leads to a SyntaxError in IE9. Unfortunately my IE9 refuses to tell me in what line the error occurs.

Workaround: Transpile it. If using vue-cli add this to your vue.config.js:

// vue-popperjs >=2.0.0 is not compatible with IE9 (SyntaxError). Must be transpiled.
transpileDependencies: ["vue-popperjs"],
@RobinCK
Copy link
Owner

RobinCK commented Apr 11, 2019

If you need IE9, use the 1.x version.
2.x only IE11+

In fact, nothing has changed between 1.x and 2.x
assembly method only

@RobinCK RobinCK closed this as completed Apr 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants