v 1.1.0
This commit is contained in:
BIN
components/decoration6/img/decoration.gif
Normal file
BIN
components/decoration6/img/decoration.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 242 KiB |
20
components/decoration6/index.vue
Normal file
20
components/decoration6/index.vue
Normal 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>
|
Reference in New Issue
Block a user