Umi 如何使用内联样式表
#11931
Replies: 2 comments 3 replies
-
目前不支持这种 import 的方式得到源内容,如有懒加载需求,可以手动 也可以通过修改 webpack 配置来实现含有特定 resource query 的不同导入行为,具体请自行探究。 |
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
-
import inlines from '@arco-themes/react-aim-theme/index.less?inline';
export default () => {
return (
<style>{inlines}</style>
2342
);
};
Beta Was this translation helpful? Give feedback.
All reactions