[O] Make the css in overall-course and course-page scoped

This commit is contained in:
Hykilpikonna
2019-10-14 22:06:22 -04:00
parent eb3221fa4b
commit 83244ec496
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,4 +14,4 @@
</template>
<script src="./course-page.ts" lang="ts"></script>
<style src="./course-page.scss" lang="scss"></style>
<style src="./course-page.scss" lang="scss" scoped></style>
@@ -15,4 +15,4 @@
</template>
<script src="./overall-course.ts" lang="ts"></script>
<style src="./overall-course.scss" lang="scss"></style>
<style src="./overall-course.scss" lang="scss" scoped></style>