chore: Update environment configuration and dependencies
Some checks failed
CI / cache-and-install (push) Failing after 2m6s
Some checks failed
CI / cache-and-install (push) Failing after 2m6s
This commit is contained in:
@ -17,6 +17,10 @@ import HelloWorld from './components/HelloWorld.vue'
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<nav>
|
||||
<button @click="$router.push({ name: 'About' })">AboutButtonPush</button>
|
||||
</nav>
|
||||
|
||||
<RouterView />
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user