jobsys-mpower
Version:
Enhanced component based on Taro & NutUI
8 lines (7 loc) • 313 B
JavaScript
export default {
components: ["./components/button/MpButton.jsx"],
outDir: "docs", // folder to save components docs in (relative to the current working directry)
apiOptions: {
jsx: true, // tell vue-docgen-api that your components are using JSX to avoid conflicts with TypeScript <type> syntax
},
}