We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want it to authenticate on button click, but it always start on page render.
The text was updated successfully, but these errors were encountered:
hi~ I add new props option initConnect. you can take a look readme.
initConnect
<script> import VueMetamask from 'vue-metamask'; export default { components: { VueMetamask, }, methods:{ connect() { this.$refs.metamask.init(); } } } </script> <template> <div id="demo"> // close init connect <vue-metamask ref="metamask" :initConnect="false"></vue-metamask> // click button call Init <button @click="connect">connect</button> </div> </template>
Sorry, something went wrong.
No branches or pull requests
I want it to authenticate on button click, but it always start on page render.
The text was updated successfully, but these errors were encountered: