App' const db = new PouchDB('local') ReactDOM.render( <Provider pouchdb={db}> <App /> </Provider>, document.getElementById('root') )
確定! 回上一頁