mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
fix(build): 修复打包路径报错
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<v-btn @click="toPost(item.post_id)" class="ms-2 card-btn">
|
||||
<template v-slot:prepend>
|
||||
<img
|
||||
src="src/assets/icons/arrow-right.svg"
|
||||
src="../assets/icons/arrow-right.svg"
|
||||
alt="right"
|
||||
onload="SVGInject(this)"
|
||||
/>
|
||||
@@ -58,7 +58,7 @@
|
||||
<v-btn @click="toPost(item.post_id)" class="ms-2 card-btn">
|
||||
<template v-slot:prepend>
|
||||
<img
|
||||
src="src/assets/icons/arrow-right.svg"
|
||||
src="../assets/icons/arrow-right.svg"
|
||||
alt="right"
|
||||
onload="SVGInject(this)"
|
||||
/>
|
||||
@@ -91,7 +91,7 @@
|
||||
<v-btn @click="toPost(item.post_id)" class="ms-2 card-btn">
|
||||
<template v-slot:prepend>
|
||||
<img
|
||||
src="src/assets/icons/arrow-right.svg"
|
||||
src="../assets/icons/arrow-right.svg"
|
||||
alt="right"
|
||||
onload="SVGInject(this)"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user