Closed
Description
Here is a list of components that needs to be fixed in order to get compatible with code vuex generation:
-
chain/
and variants cannot be assumed to be exists for every module. A different path can be configred by Starport or user inconfig.yml
: https://github.com/tendermint/vue/blob/db8466780ca799a6de215e94da789cc3a7ecb6e2/packages/vue/src/components/SpTypeForm/SpTypeForm.vue#L132 -
Query
cannot be assumed to be exists for every module: https://github.com/tendermint/vue/blob/db8466780ca799a6de215e94da789cc3a7ecb6e2/packages/vue/src/components/SpTypeForm/SpTypeForm.vue#L132 -
MsgCreate
and variants cannot be assumed to be exists for every module: https://github.com/tendermint/vue/blob/db8466780ca799a6de215e94da789cc3a7ecb6e2/packages/vue/src/components/SpTypeForm/SpTypeForm.vue#L215 -
All
cannot be assumed to be exists for every module: https://github.com/tendermint/vue/blob/db8466780ca799a6de215e94da789cc3a7ecb6e2/packages/vue/src/components/SpTypeList/SpTypeList.vue#L62 -
/Query
cannot be assumed to be exists for every module: https://github.com/tendermint/vue/blob/db8466780ca799a6de215e94da789cc3a7ecb6e2/packages/vue/src/components/SpTypeList/SpTypeList.vue#L90 - ...?