Created
July 28, 2021 17:34
-
-
Save mpeg/caa69f825c4403f9dd3d44ef927cf3a7 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
<let/div_width=0 /> | |
<lifecycle onMount() { | |
const el = getEl() | |
div_width = el.clientWidth | |
} /> | |
<div/getEl> | |
<h1>Test</h1> | |
</div> | |
<return={ | |
div_width | |
} /> |
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) } /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment