fix(build): 修复打包路径报错

This commit is contained in:
BTMuli
2023-03-27 21:38:17 +08:00
parent 3870276703
commit 694cbc9f79

View File

@@ -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)"
/>