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