Commit f3cb9daee5903d0629b4c258218705e8af7d94a3
1 parent
634c34e9
fix: 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,7 +477,7 @@ | ||
477 | </FormItem> | 477 | </FormItem> |
478 | <FormItem> | 478 | <FormItem> |
479 | <Button type="primary">Submit</Button> | 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 | </FormItem> | 481 | </FormItem> |
482 | <br><br><br><br><br><br><br><br><br><br><br><br><br><br> | 482 | <br><br><br><br><br><br><br><br><br><br><br><br><br><br> |
483 | </Form> | 483 | </Form> |