small fixes
This commit is contained in:
parent
f8e9eeb2d3
commit
ac495e06d9
3 changed files with 1 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "covidassist",
|
||||
"name": "COVIDassist",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -1,9 +1,5 @@
|
|||
<template>
|
||||
<div id="app">
|
||||
<!-- <div id="nav">
|
||||
<router-link to="/">Home</router-link> |
|
||||
<router-link to="/about">About</router-link>
|
||||
</div> -->
|
||||
<router-view/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue