element-plus/packages/button/doc/index.stories.ts
2020-07-25 12:25:38 +08:00

7 lines
176 B
TypeScript

export default {
title: 'Button',
};
export const NormalButton = () => '<el-button>With Text</el-button>'
export const ButtonTwo = () => '<el-button>button two</el-button>'