摘要:
1、报错 2、解决方案 .stylelintrc.js文件中配置declaration-block-trailing-semicolon, 将stylelint该条规则关闭。 { + 'declaration-block-trailing-semicolon': null } 阅读全文
posted @ 2023-11-02 14:34
卑面派对
阅读(357)
评论(0)
推荐(0)
摘要:
tsconfig.json配置 { + "allowSyntheticDefaultImports": true } 阅读全文
posted @ 2023-11-02 10:20
卑面派对
阅读(120)
评论(0)
推荐(0)