mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-04-30 23:14:28 +08:00
stylus 语法换成 saas 语法
This commit is contained in:
@@ -631,6 +631,6 @@ const onChange = (item) => {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
@import "../../assets/css/mobile/chat-session.styl"
|
||||
<style lang="scss" scoped>
|
||||
@use '../../assets/css/mobile/chat-session.scss' as *;
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user