forked from platypush/platypush
<style> on entity components should be scoped
This commit is contained in:
parent
595ebe49ca
commit
08c0779347
2 changed files with 2 additions and 2 deletions
|
@ -249,7 +249,7 @@ export default {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
@import "vars";
|
||||
@import "~@/style/items";
|
||||
|
||||
|
|
|
@ -50,6 +50,6 @@ export default {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
@import "vars";
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue