new banner mat

This commit is contained in:
nurafrinaalimi16
2025-04-20 12:23:48 +08:00
parent dac7231f98
commit 411348a23c
2 changed files with 3 additions and 1 deletions
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
}
}