We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdda185 commit 5dc6ad7Copy full SHA for 5dc6ad7
components/button/demo/index.vue
@@ -15,11 +15,21 @@ const md = {
15
按钮用于开始一个即时操作。
16
## 何时使用
17
标记了一个(或封装一组)操作命令,响应用户点击行为,触发相应的业务逻辑。
18
+ ## 组件注册
19
+ \`\`\`js
20
+ import { Button } from 'ant-design-vue';
21
+ Vue.use(Button);
22
+ \`\`\`
23
## 代码演示`,
24
us: `# Button
25
To trigger an operation.
26
## When To Use
27
A button means an operation (or a series of operations). Clicking a button will trigger corresponding business logic.
28
+ ## Component Registration
29
30
31
32
33
## Examples
34
`,
35
};
0 commit comments