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