fix: mp模块的一些小修复

This commit is contained in:
dhb52
2023-04-22 20:52:11 +08:00
parent f848f3ba91
commit 036c9b3366
5 changed files with 11 additions and 20 deletions

View File

@ -55,6 +55,6 @@ defineExpose({
</script>
<style lang="scss" scoped>
/* 因为 joolun 实现依赖 avue 组件,该页面使用了 card.scc */
@import url('../wx-msg/card.scss');
/* 因为 joolun 实现依赖 avue 组件,该页面使用了 card.scss */
@import '../wx-msg/card.scss';
</style>