mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
remove data key in base component
This commit is contained in:
@@ -39,10 +39,6 @@ class BaseComponent {
|
|||||||
static get VERSION() {
|
static get VERSION() {
|
||||||
return VERSION
|
return VERSION
|
||||||
}
|
}
|
||||||
|
|
||||||
static get DATA_KEY() {
|
|
||||||
return null
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default BaseComponent
|
export default BaseComponent
|
||||||
|
|||||||
Reference in New Issue
Block a user