一直显示无法找到相关模块
global.sass 里面的center少了(),改成这样就可以了。
@mixin center() {
display: flex;
justify-content: center;
align-items: center;
}