|
|
@@ -201,7 +201,7 @@ app.use(Noticebar);
|
|
|
|
|
|
<script>
|
|
|
import { ref } from 'vue';
|
|
|
- import { Fabulous } from '@nutui/icons-vue';
|
|
|
+ import { Fabulous } from '@nutui/icons-vue-taro';
|
|
|
export default {
|
|
|
components: { Fabulous },
|
|
|
setup(props) {
|
|
|
@@ -253,4 +253,4 @@ app.use(Noticebar);
|
|
|
| 字段 | 说明 | 回调参数 |
|
|
|
| ----- | ---------------- | ------------ |
|
|
|
| click | 外层点击事件回调 | event: Event |
|
|
|
-| close | 关闭通知栏时触发 | event: Event |
|
|
|
+| close | 关闭通知栏时触发 | event: Event |
|