Skip to content
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
@caffme

Description

@caffme

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,
...

See:
https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Browser_compatibility

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions