Commit f3cb9daee5903d0629b4c258218705e8af7d94a3

Authored by Eager
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 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>
... ...