add new decoration

This commit is contained in:
jiaming
2018-12-20 09:19:25 +08:00
parent 22c0e2345a
commit 5f7c51fc10
4 changed files with 31 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

View File

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