-
Beta Was this translation helpful? Give feedback.
Answered by
fz6m
Jul 6, 2022
Replies: 2 comments 4 replies
-
使用 pnpm add @umijs/plugins // .umirc.ts
export default {
plugins: [
'@umijs/plugins/dist/model'
],
model: {}
}; |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
luanwulin
-
按照 @fz6m 提示的配置后报了下面这个错误,有大佬帮忙看看吗 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用
useModel
要使用@umijs/max
或者加载 model 插件: