(fleeting notes) init fleeting notes

This commit is contained in:
2021-03-20 22:00:37 +01:00
parent a8cc196508
commit 11d25e25af
9 changed files with 112 additions and 37 deletions

View File

@@ -2,7 +2,7 @@
<div class="home content" v-if="!user || !repo">
<welcome-world />
</div>
<flux-note class="home" :user="user" :repo="repo" :key="routeKey" v-else />
<flux-note :user="user" :repo="repo" :key="routeKey" v-else />
</template>
<script lang="ts">