Created
December 2, 2020 09:31
-
-
Save BenderV/22874dc86e0d90937de0b44c292fd90b to your computer and use it in GitHub Desktop.
Tree Shaking
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
import Vue from "vue" | |
Vue.nextTick() |
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
import { nextTick } from "vue" | |
nextTick() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment