Vue with Vuex:是否可以 inject/eject 商店内的组件?

Vue with Vuex: is it possible to inject/eject components within the store?

我已经阅读了很多文章和文档(我为 ex: https://coursetro.com/posts/code/144/A-Vuex-Tutorial-by-Example---Learn-Vue-State-Management 找到了一些很棒的资源),所有这些都是为了理解 vuex 的工作原理(我应该使用 when/why动作而不是突变等),我明白了,所以我的例子如下:

如果我需要澄清自己,请指正我,有什么办法可以完成吗? (任何 link,来源非常感谢)

没有更多信息,很难完全理解您的意图。但是,我想您会发现 'Dynamic Components' 有用:https://vuejs.org/v2/guide/components.html#Dynamic-Components

这将允许您根据状态动态呈现组件。

如果您想更改整个页面或其中的大部分,那么您可能需要 vue-router<router-view>