8 changed files with 34 additions and 12 deletions
@ -0,0 +1,14 @@ |
|||||
|
<template> |
||||
|
<image src="../../static/adv.jpg"></image> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
</script> |
||||
|
|
||||
|
<style lang="scss" scoped> |
||||
|
image { |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
object-fit: cover; |
||||
|
} |
||||
|
</style> |
||||
Loading…
Reference in new issue