Skip to content

Commit 0febed8

Browse files
committed
fix: 放出icon
1 parent 1100627 commit 0febed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packages/toast/demos/taro/demo2.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
// import { Jd } from '@nutui/icons-react-taro'
2+
import { Jd } from '@nutui/icons-react-taro'
33
import { Cell, Toast } from '@nutui/nutui-react-taro'
44

55
const Demo5 = () => {
@@ -14,7 +14,7 @@ const Demo5 = () => {
1414
type: 'fail',
1515
duration: 2,
1616
position: 'center',
17-
// icon: <Jd />,
17+
icon: <Jd />,
1818
lockScroll: true,
1919
onClose: () => {
2020
console.log('close')

0 commit comments

Comments
 (0)