Refactor CSS and add "style" function
This commit is contained in:
parent
b40ee8d5b1
commit
5f165d1071
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ export const bind = transform => {
|
|||
const update = (...data) => {
|
||||
const next = transform(...data)
|
||||
if (next) {
|
||||
console.log(element)
|
||||
if (element) element.replaceWith(next)
|
||||
element = inject(next)
|
||||
return element
|
||||
|
|
Loading…
Reference in a new issue