import bankCard from './bank-card'; export default function() { return { namespaced: true, modules: { bankCard: bankCard() } }; }