new banner mat
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 147 KiB |
@@ -5,6 +5,7 @@
|
||||
<!-- <h6 class="text-center">Pautan Zoom</h6> -->
|
||||
<div>
|
||||
<img :src="imageUrl" alt="background-img" class="background-img" @click="navigateToURL" />
|
||||
<!-- logoImage.src = window.location.origin + '/images/login-admin.jpeg?' + new Date().getTime(); -->
|
||||
|
||||
</div><hr>
|
||||
|
||||
@@ -19,6 +20,7 @@
|
||||
|
||||
<script>
|
||||
|
||||
import myImage from '/images/banner-mat28.jpg';
|
||||
|
||||
export default {
|
||||
|
||||
@@ -47,7 +49,7 @@ export default {
|
||||
|
||||
data() {
|
||||
return {
|
||||
imageUrl: 'https://imagetolink.com/ib/0zxQzuS6tl.png'
|
||||
imageUrl: myImage
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user