mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
7 lines
176 B
TypeScript
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>'
|