Created
December 9, 2021 09:15
-
-
Save johnson86tw/3feca924fa0aa3dfe68f5699c5cf01bb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<img alt="Vue logo" src="./assets/logo.png" /> | |
<HelloWorld msg="Welcome to Your Vue.js App" /> | |
<!-- 這裡 --> | |
<button @click="open">Connect</button> | |
{{ address }} | |
<vdapp-board /> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment