소스 검색

[edit][错误页]

zhangwei 2 년 전
부모
커밋
0c05e1911b
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      layouts/error.vue
  2. 1 1
      pages/_system/404.vue
  3. 1 1
      pages/_system/healthcheck.vue

+ 1 - 1
layouts/error.vue

@@ -40,7 +40,7 @@ export default {
 };
 </script>
 
-<style lang="scss">
+<style lang="scss" scoped>
 html,
 body,
 #__nuxt,

+ 1 - 1
pages/_system/404.vue

@@ -22,7 +22,7 @@ export default {
 };
 </script>
 
-<style lang="scss">
+<style lang="scss" scoped>
 html,
 body,
 #__nuxt,

+ 1 - 1
pages/_system/healthcheck.vue

@@ -4,4 +4,4 @@
 
 <script></script>
 
-<style lang="scss"></style>
+<style lang="scss" scoped></style>