s2
This commit is contained in:
1
components.d.ts
vendored
1
components.d.ts
vendored
@@ -8,7 +8,6 @@ export {}
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
ButtonRepo: typeof import('./src/components/ButtonRepo.vue')['default']
|
||||
Copy: typeof import('./src/components/Header - Copy.vue')['default']
|
||||
Footer: typeof import('./src/components/Footer.vue')['default']
|
||||
Header: typeof import('./src/components/Header.vue')['default']
|
||||
'Header - Copy': typeof import('./src/components/Header - Copy.vue')['default']
|
||||
|
||||
BIN
dist.tar.gz
Normal file
BIN
dist.tar.gz
Normal file
Binary file not shown.
@@ -66,7 +66,7 @@
|
||||
<tr>
|
||||
<td v-for="(item, index) in ecom55Official.data" class="">
|
||||
<router-link :to="'/category/' + item.slug">
|
||||
<img class="w-full p-2" :src="'https://api8.siliconpin.com/assets/'+item.img" >
|
||||
<img class="h-full p-1" :src="'https://api8.siliconpin.com/assets/'+item.img" >
|
||||
</router-link>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user