Created
February 3, 2020 09:49
-
-
Save crazyones110/054d9adb9c0f70963edc09d4e64c1040 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
this.$nextTick(() => { | |
this.$refs.line.style.height = getComputedStyle(this.$refs.wrapper).height | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment