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