fix: static path

This commit is contained in:
Methapon2001 2024-12-16 15:43:44 +07:00
parent a60944a187
commit ecd527737e

View file

@ -9,7 +9,7 @@ defineProps<{
<template>
<div>
<q-img
src="no-data.png"
src="/no-data.png"
:style="{
height: size ? `${size}px` : '120px',
width: size ? `${size + 2}px` : '123px',