mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-05-01 23:44:26 +08:00
stylus 语法换成 saas 语法
This commit is contained in:
@@ -167,7 +167,7 @@ const useRole = (role) => {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
@import "../assets/css/chat-app.styl"
|
||||
@import "../assets/css/custom-scroll.styl"
|
||||
<style lang="scss" scoped>
|
||||
@use '../assets/css/chat-app.scss' as *;
|
||||
@use '../assets/css/custom-scroll.scss' as *;
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user