Skip to content

Commit

Permalink
x-button: support object link (#2068)
Browse files Browse the repository at this point in the history
link props need support String And Object
  • Loading branch information
wuzhiqun95 authored and airyland committed Sep 30, 2017
1 parent 977139d commit 95f47aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/x-button/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
text: String,
actionType: String,
showLoading: Boolean,
link: String
link: [String, Object]
},
methods: {
onClick () {
Expand Down

0 comments on commit 95f47aa

Please sign in to comment.