Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Not compatible with vue-web-component-wrapper? #148

@zoeyfyi

Description

@zoeyfyi

Due to https://github.com/WebReflection/document-register-element/tree/master#v1-caveat this polyfill doesn't work with https://github.com/vuejs/vue-web-component-wrapper.

class CustomElement extends HTMLElement {
    constructor () {
        super()
        this.attachShadow({ mode: 'open' })

        const wrapper = this._wrapper = new Vue({

(from src/index.js line 81)

Since it does work with https://github.com/webcomponents/webcomponentsjs I was wondering if their is a potential fix.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions