Browse Source

Update doc.taro.md

Ymm 3 years ago
parent
commit
d01a083cd7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/__VUE/noticebar/doc.taro.md

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

@@ -206,7 +206,7 @@ app.use(Noticebar);
     components: { Fabulous },
     setup(props) {
       const horseLamp1 = ref(['Noticebar 公告栏', 'Cascader 级联选择', 'DatePicker 日期选择器', 'CheckBox 复选按钮']);
-      return { horseLamp1,Fabulous };
+      return { horseLamp1 };
     }
   }
 </script>