Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
xudan committed Feb 25, 2022
1 parent 583d2a1 commit ec24adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/components/HelloWorld.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
},
methods: {
async handleClickConnect () {
console.log("provider", 123123)
console.log("provider", 123123)
var provider = await this.baseModel.connect()
this.provider = provider
console.log("provider", provider)
Expand Down

0 comments on commit ec24adc

Please sign in to comment.