Correct typo in the tag of the component (#12172)

This commit is contained in:
Giuseppe Leo 2024-10-08 21:16:51 +02:00 committed by GitHub
parent 61461989f1
commit 5405402875
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ const handleBlurEvent = (event: KeyboardEvent) => {
</v-dropdown>
</template>
<class lang="scss" scoped>
<style lang="scss" scoped>
.v-popper__popper {
.v-popper__wrapper {
.v-popper__arrow-container {
@ -148,4 +148,4 @@ const handleBlurEvent = (event: KeyboardEvent) => {
}
}
}
</class>
</style>