Add halo log

pull/3445/head
johnniang 2019-03-19 00:59:11 +08:00
parent 6d0f6f70d8
commit 158323eced
3 changed files with 5 additions and 2 deletions

BIN
src/assets/halo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -1,7 +1,10 @@
<template>
<div class="home">
<img alt="Vue logo" src="../assets/logo.png" />
<HelloWorld msg="Welcome to Your Vue.js App" />
<img
alt="Vue logo"
src="../assets/halo.png"
/>
<HelloWorld msg="Welcome to Halo Admin" />
</div>
</template>