Skip to content

Commit 01a50ab

Browse files
committed
Add scoped attribute to <style> tags in Single-File Components
1 parent 16e9832 commit 01a50ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Pages/Privacy/Privacy.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ export default {
777777
}
778778
</script>
779779

780-
<style>
780+
<style scoped>
781781
h5,
782782
h4 {
783783
margin-bottom: 16px;

src/components/Pages/TermsOfUse.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ export default {
12941294
}
12951295
</script>
12961296

1297-
<style>
1297+
<style scoped>
12981298
h5 {
12991299
margin-bottom: 16px;
13001300
}

0 commit comments

Comments
 (0)