vue-functional-calendar icon indicating copy to clipboard operation
vue-functional-calendar copied to clipboard

not support in IE11.

Open wangyansong opened this issue 4 years ago • 3 comments

error: SCRIPT1002

wangyansong avatar Apr 10 '20 04:04 wangyansong

any news on this ?

Titoine avatar May 15 '20 08:05 Titoine

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

image

The version we're using is vue-functional-calendar: ^2.8.0 (2.8.83 specifically) - hopefully this info is helpful!

CBillings92 avatar May 26 '20 01:05 CBillings92

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')] }, calendar

wangyansong avatar May 27 '20 01:05 wangyansong

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.

ManukMinasyan avatar Nov 02 '22 12:11 ManukMinasyan