Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shixm1102 committed Jun 22, 2021
1 parent 2acfce6 commit a6197c7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 38,213 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.DS_Store
node_modules
package-lock.json
yarn.lock
/dist


Expand Down
2 changes: 1 addition & 1 deletion examples/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
};
},
created() {
this.sendContract();
// this.sendContract();
},
methods: {
sendTx() {
Expand Down
Loading

0 comments on commit a6197c7

Please sign in to comment.