scope styles for jsonElement

This commit is contained in:
Tamius Han 2020-04-26 16:26:15 +02:00
parent a7f654650d
commit 06cc9220c2
3 changed files with 5 additions and 8 deletions

View File

@ -77,8 +77,7 @@ export default {
}
</script>
<style lang="scss" scoped>
@import url('./json.scss');
@import url('../../../res/css/flex.scss');
<style lang="scss" scoped src="./json.scss">
</style>
<style lang="scss" scoped src="../../../res/css/flex.scss">
</style>

View File

@ -86,6 +86,5 @@ export default {
}
</script>
<style lang="scss" scoped>
@import url('./json.scss');
<style lang="scss" scoped src="./json.scss">
</style>

View File

@ -87,6 +87,5 @@ export default {
}
</script>
<style lang="scss" scoped>
@import url('./json.scss');
<style lang="scss" scoped src="./json.scss">
</style>