Browse Source

fix(countdown): 小程序样式删除scoped

richard1015 3 years ago
parent
commit
146a529c58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/__VUE/countdown/doc.taro.md

+ 1 - 1
src/packages/__VUE/countdown/doc.taro.md

@@ -232,7 +232,7 @@ app.use(Countdown);
     }
     }
   }
   }
 </script>
 </script>
-<style lang="scss" scoped>
+<style lang="scss">
 .countdown-part-box {
 .countdown-part-box {
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;