<style> on entity components should be scoped

This commit is contained in:
Fabio Manganiello 2022-04-12 16:00:31 +02:00
parent 595ebe49ca
commit 08c0779347
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
2 changed files with 2 additions and 2 deletions

View File

@ -249,7 +249,7 @@ export default {
}
</script>
<style lang="scss">
<style lang="scss" scoped>
@import "vars";
@import "~@/style/items";

View File

@ -50,6 +50,6 @@ export default {
}
</script>
<style lang="scss">
<style lang="scss" scoped>
@import "vars";
</style>