refactor: 迁移 sass 模块语法

This commit is contained in:
2026-03-11 14:27:01 +08:00
parent b050c01a24
commit b4c36923ea
50 changed files with 71 additions and 70 deletions

View File

@@ -24,6 +24,6 @@ const { goMenu, goOrderDetail, goOrders, orderNo } = useTradeSuccessPage()
</script>
<style lang="scss">
@import './styles/index.scss';
@use './styles/index.scss';
</style>