提交 63856a5d 编写于 作者: I isliuliu 提交者: Anne_LXM

!147 update docs/tutorial/migration-to-vue3.md.

* update docs/tutorial/migration-to-vue3.md.
上级 6e35bbb9
......@@ -379,6 +379,7 @@
- 在 Vue3 中,如果 nvue 使用了 Vuex 的相关 API,需要在 main.js 的 createApp 的返回值中 return 一下 Vuex 示例:
```js
import Vuex from 'vuex'
export function createApp() {
const app = createSSRApp(App);
app.use(store);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册