I am developing a project with nuxt.js.
I unify the common js into the utility class / util.js
then I
import {loadScript} from"~ / util"
as a result, it is found that each vue is completely packaged with util.js, instead of just loadScript.
excuse me, why is this?