Skip to content

Commit 4fff786

Browse files
Update router.js
1 parent e1900b6 commit 4fff786

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

router.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
const menu = `<div class="card">
22
<button @click="$router.push('/')">Simulator</button>
33
<button @click="$router.push('/manual')">User Manual</button>
4-
<button @click="this.$globalThis.open('https://bowo-prasetyo.github.io/quantum-1qubit/', '_blank')">1 Qubit</button>
4+
<button @click="$globalThis.open('https://bowo-prasetyo.github.io/quantum-1qubit/', '_blank')">1 Qubit</button>
5+
<button @click="$globalThis.open('https://bowo-prasetyo.github.io/quantum-3qubits/', '_blank')">3 Qubits</button>
56
</div>`;
67

78
const Home = {

0 commit comments

Comments
 (0)