【发布时间】:2020-12-15 09:45:45
【问题描述】:
我有 2 个使用 VS2019 制作的 VueJs 解决方案:
解决方案 A
components
component1.vue
component2.vue
解决方案 B
components
component3.vue
component4.vue
我需要重用SolutionB中的SolutionA组件,有没有办法在npm不发布SolutionA的情况下做到这一点?
谢谢!
【问题讨论】:
-
为什么不本地导入?
标签: vue.js components reusability