parent
0a70cb1b2e
commit
4c3d3eae21
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wkit",
|
"name": "wkit",
|
||||||
"version": "1.10.3",
|
"version": "1.10.4",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "A library for building fast, lightweight web components.",
|
"description": "A library for building fast, lightweight web components.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
|
@ -252,6 +252,9 @@ export class Component extends HTMLElement {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (window.wkitd && this.$store) {
|
||||||
|
window.wkitd.deassign(this)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
this.unmounted()
|
this.unmounted()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue