## Description
I try to import the picker module like this :
const picker = weex.requireModule('picker')
But when I tried to call it, like in the exemple
https://weex.apache.org/references/modules/picker.html
Nothing happend. So I put a console.log(picker) to see what inside.
But it return undefined
Then I tries to search in the source code.
I found this :
requireModule (moduleName) {
const metaMod = weex._meta.requiredModules
if (!metaMod[moduleName]) {
metaMod[moduleName] = 0
}
metaMod[moduleName]++
return weexModules[moduleName]
},
weexModules['picker'] is undefined and weexModules list havent 'picker'.
Can you help me ?
## Environment
"dependencies": {
"phantom-limb": "0.0.1",
"vue": "^2.5.11",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"weex-vue-render": "^1.0.17",
"weex-vuex-loader": "^1.0.0"
},
I run on the web weex playground in chrome
[ Full content available at:
https://github.com/apache/incubator-weex/issues/1558 ]
This message was relayed via gitbox.apache.org for [email protected]