forked from shibao/cannery
mix format
This commit is contained in:
parent
f1f3082368
commit
9387756109
@ -2,7 +2,7 @@
|
|||||||
// update. https://github.com/phoenixframework/phoenix_live_view/issues/1011
|
// update. https://github.com/phoenixframework/phoenix_live_view/issues/1011
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
attrs(){ return this.el.getAttribute("data-attrs").split(", ") },
|
attrs () { return this.el.getAttribute('data-attrs').split(', ') },
|
||||||
beforeUpdate(){ this.prevAttrs = this.attrs().map(name => [name, this.el.getAttribute(name)]) },
|
beforeUpdate () { this.prevAttrs = this.attrs().map(name => [name, this.el.getAttribute(name)]) },
|
||||||
updated(){ this.prevAttrs.forEach(([name, val]) => this.el.setAttribute(name, val)) }
|
updated () { this.prevAttrs.forEach(([name, val]) => this.el.setAttribute(name, val)) }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user