mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-27 12:08:49 +08:00
11 lines
199 B
Markdown
11 lines
199 B
Markdown
```html
|
|
<template>
|
|
<Wb-button type="success" long>确认提交</Wb-button>
|
|
<Wb-button type="error" long>确认删除</Wb-button>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
|
|
}
|
|
</script>
|
|
``` |