Commit 65ac50a008c8e14d9ac19b0727b0868bc8693d49
Committed by
GitHub
Merge pull request #4535 from weidapao/2.0
fix(form): button的type不存在ghost
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
examples/routers/form.vue
... | ... | @@ -477,7 +477,7 @@ |
477 | 477 | </FormItem> |
478 | 478 | <FormItem> |
479 | 479 | <Button type="primary">Submit</Button> |
480 | - <Button type="ghost" style="margin-left: 8px">Cancel</Button> | |
480 | + <Button type="primary" ghost style="margin-left: 8px">Cancel</Button> | |
481 | 481 | </FormItem> |
482 | 482 | <br><br><br><br><br><br><br><br><br><br><br><br><br><br> |
483 | 483 | </Form> | ... | ... |