add new decoration

This commit is contained in:
jiaming
2018-12-07 18:28:09 +08:00
parent 85e3dddf2e
commit 5dc6cf53c5
3 changed files with 25 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

View File

@ -0,0 +1,20 @@
<template>
<div class="decoration-3">
<img src="./img/decoration.gif" />
</div>
</template>
<script>
export default {
name: 'Decoration3'
}
</script>
<style lang="less">
.decoration-3 {
img {
width: 100%;
}
}
</style>