small fixes

This commit is contained in:
thilo 2020-03-21 23:56:39 +01:00
parent f8e9eeb2d3
commit ac495e06d9
3 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -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>