acomplish replacing Vue-cli with Vite

This commit is contained in:
GeekMaster
2025-05-26 15:56:18 +08:00
parent b1ddcef593
commit 76a3ada85f
44 changed files with 2811 additions and 9576 deletions

View File

@@ -601,6 +601,6 @@ const onChange = (item) => {
}
</script>
<style lang="stylus">
@import "@/assets/css/mobile/chat-session.styl"
<style lang="stylus" scoped>
@import "../../assets/css/mobile/chat-session.styl"
</style>