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