We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d438d65 commit c560bebCopy full SHA for c560beb
src/views/Home.vue
@@ -2,7 +2,6 @@
2
<div class="">
3
<unity src="/Build/WebGL-Test.json" width="1000" height="600" unityLoader="/Build/UnityLoader.js" ref="myInstance"></unity>
4
<input type="text" v-model="textInput" description="Input text here to send to Unity">
5
- <Web3Info :webThree="web3" v-if="web3" />
6
7
<button @click="inputText">My Button >:(</button>
8
</div>
0 commit comments