OneWayTech/vue2-datatable

IE11 Support

TomasNiDo opened this issue · 7 comments

It doesn't seem to work in IE11 or is there any workaround for this?

any console error?

@kenberkeley It's a syntax error. I scan the output code in the console and it points to

 pageSizeOptions: { type: Array, default: () => [10, 20, 40, 80, 100] },

I don't know why it's not compiling to a code readable by the browser.

also, check your babel-env config

I'm using Laravel Mix, any idea on how to do that?

checkout the relevant doc

Yeah, I should. Thanks man!