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>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
@import "vars";
|
@import "vars";
|
||||||
@import "~@/style/items";
|
@import "~@/style/items";
|
||||||
|
|
||||||
|
|
|
@ -50,6 +50,6 @@ export default {
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
@import "vars";
|
@import "vars";
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue