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