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