diff --git a/examples/components/IFrame.jsx b/examples/components/IFrame.jsx index 6d8ddf4b..d69f2c19 100644 --- a/examples/components/IFrame.jsx +++ b/examples/components/IFrame.jsx @@ -24,7 +24,7 @@ export default { { type: 'iframe', className: 'b-a', - src: 'https://www.baidu.com/s?wd=${keywords|url_encode}', + src: 'https://www.baidu.com/s?wd=${keywords|raw}', height: 500 } ]