-
-
Save DylanPiercey/613ef4ae99584bb994788e092231cd32 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div/getEl> | |
<h1>Test</h1> | |
</div> | |
<return={ | |
get div_width() { | |
return getEl().clientWidth | |
} | |
} /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<child/ret /> | |
<effect() { console.log(ret.div_width) } /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment