mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: add scss lang
This commit is contained in:
parent
d548cff3b2
commit
9472a29f2e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const onInput = (event: Event) => {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
<style lang="scss" scoped>
|
||||
span {
|
||||
position: relative;
|
||||
vertical-align: bottom;
|
||||
|
|
Loading…
Reference in a new issue