vue-functional-calendar
vue-functional-calendar copied to clipboard
not support in IE11.
error: SCRIPT1002
any news on this ?
I'm receiving this error as well. The error in IE11 is SCRIPT1002: Syntax error
. The error seems to be pointing to the following code in helpCalendar.js
The version we're using is vue-functional-calendar: ^2.8.0
(2.8.83 specifically) - hopefully this info is helpful!
edit file webpack.base.conf.js maybe useful.
{ test: /\.js$/, loader: 'babel-loader?cacheDirectory', include: [resolve('src'), resolve('test'), resolve('/node_modules/vue-functional-calendar')] },
Hello. Thanks for your feedback. Now I don't have time to deal with the calendar. Please create pull requests, I will appreciate it, it will be useful for the community.