We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1100627 commit 0febed8Copy full SHA for 0febed8
src/packages/toast/demos/taro/demo2.tsx
@@ -1,5 +1,5 @@
1
import React from 'react'
2
-// import { Jd } from '@nutui/icons-react-taro'
+import { Jd } from '@nutui/icons-react-taro'
3
import { Cell, Toast } from '@nutui/nutui-react-taro'
4
5
const Demo5 = () => {
@@ -14,7 +14,7 @@ const Demo5 = () => {
14
type: 'fail',
15
duration: 2,
16
position: 'center',
17
- // icon: <Jd />,
+ icon: <Jd />,
18
lockScroll: true,
19
onClose: () => {
20
console.log('close')
0 commit comments