perf?(client): remove needless scoped annotation for style
This commit is contained in:
@@ -32,5 +32,5 @@ const emit = defineEmits<{
|
||||
const shown = ref(!!props.initialShown);
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user