This repository was archived by the owner on Dec 13, 2022. It is now read-only.
This repository was archived by the owner on Dec 13, 2022. It is now read-only.
IE11 JS error under vue-bootstrap-pagination@2.10.3 #20
Open
Description
I am seeing this error in IE11 when building my project with webpack (via laravel mix) using the new built 2.10.3 version:
[Vue warn]: Error in render function: "TypeError: Object doesn't support property or method 'assign'"
I believe it is this section of code:
...
config: function config() {
return Object.assign({
offset: 3,
...
The changes from 2.10.2 to 2.10.3 did fix the previous IE11 error related to template strings: #16 ( 'Invalid character' on the open backtick ` ) for me.
Metadata
Metadata
Assignees
Labels
No labels