mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-16 02:11:48 +08:00
8 lines
109 B
TypeScript
8 lines
109 B
TypeScript
|
import Basic from './basic.vue'
|
||
|
|
||
|
export default {
|
||
|
title: "Badge",
|
||
|
}
|
||
|
|
||
|
export const BasicUsage = () => Basic
|