2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

remove data key in base component

This commit is contained in:
Johann-S
2020-11-25 08:25:27 +01:00
committed by XhmikosR
parent f6a8733741
commit 4999c3dbbc
-4
View File
@@ -39,10 +39,6 @@ class BaseComponent {
static get VERSION() {
return VERSION
}
static get DATA_KEY() {
return null
}
}
export default BaseComponent