WGShare.Client.Wx/pages/fab/base/index.js

8 lines
84 B
JavaScript

Component({
methods: {
handleClick(e) {
console.log(e);
},
},
});