修复图片不显示的错误
This commit is contained in:
parent
62013be37f
commit
8e944e3f7f
|
@ -1,3 +1,11 @@
|
|||
<!--
|
||||
* @Author: lingling 1077478963@qq.com
|
||||
* @Date: 2024-08-29 15:14:48
|
||||
* @LastEditors: lingling 1077478963@qq.com
|
||||
* @LastEditTime: 2024-08-30 08:38:21
|
||||
* @FilePath: \link_chang\src\pages\Download.vue
|
||||
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
-->
|
||||
<template>
|
||||
<div class="row ">
|
||||
<div v-for="(item, index) in array" :key="index" class="col-sm-8 col-md-4 col-lg-2 col-xl-1 q-pa-md">
|
||||
|
@ -66,7 +74,7 @@
|
|||
import { defineComponent } from 'vue';
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
const array = [{ 'name': 'v2ray', 'picture': 'img/v2rayng.png' }, { 'name': 'clash', 'picture': 'img/clash.png' }]
|
||||
const array = [{ 'name': 'v2ray', 'picture': 'img/v2rayNG.png' }, { 'name': 'clash', 'picture': 'img/clash.png' }]
|
||||
|
||||
export default defineComponent({
|
||||
// eslint-disable-next-line vue/multi-word-component-names
|
||||
|
|
Loading…
Reference in New Issue