- Fixed after deleting a record in TablesList, not updated correctly #110
- Improve SEO Rank with WooRank tips...
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div id="preloader">
|
||||
<div v-for="(image, index) in arrimg">
|
||||
<img :src="getimg(image)" width="1" height="1"/>
|
||||
<img :src="getimg(image)" width="1" height="1" :alt="getaltimg(image)"/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user