You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
项目代码如下:
打包结果如下:
我希望所有 vue 相关的方法都由
render
方法的入参Vue
提供但从打包结果中可以看到
vue.openBlock()
vue.createElementBlock
仍从 window.Vue 中获取我不想把 Vue 暴露在 window 中,更不想把这些东西打包到我的 js 中,请问有什么方式吗?
Beta Was this translation helpful? Give feedback.
All reactions