如何使用useStore。获取mudles下子模块的数据。
setup(prop,ctx){ let store = useStore() let list = computed(()=>{ return store.state.list }) return { list } }