mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 23:40:23 +00:00
remove data key in base component
This commit is contained in:
parent
f6a8733741
commit
4999c3dbbc
1 changed files with 0 additions and 4 deletions
|
|
@ -39,10 +39,6 @@ class BaseComponent {
|
|||
static get VERSION() {
|
||||
return VERSION
|
||||
}
|
||||
|
||||
static get DATA_KEY() {
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
||||
export default BaseComponent
|
||||
|
|
|
|||
Loading…
Reference in a new issue