Commit 65ac50a008c8e14d9ac19b0727b0868bc8693d49

Authored by Aresn
Committed by GitHub
2 parents 13e5474d f3cb9dae

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,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>