import React from 'react'; import QRCode from 'qrcode.react'; export default (props) => { const { url } = props; return ( <QRCode ...
確定! 回上一頁