Parcourir la source

简单代码的优化

fujinggui il y a 3 ans
Parent
commit
52220b0057
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/pages/about/index.vue

+ 1 - 1
src/pages/about/index.vue

@@ -737,7 +737,6 @@ export default {
 };
 </script>
 
-<!-- Add "scoped" attribute to limit CSS to this component only -->
 <style scoped lang="scss">
 .cart {
   overflow: hidden;
@@ -1157,4 +1156,5 @@ export default {
     text-align: center;
   }
 }
+
 </style>