This commit is contained in:
zhuxiang
2017-03-01 14:51:27 +08:00
parent 0abb184056
commit 6808b06372
4 changed files with 52 additions and 7 deletions

View File

@@ -17,8 +17,12 @@ export default {
type: String,
required: true
},
url: String,
info: String
url: {
type: String
},
info: {
type: String
}
},
methods: {
handleClick() {