fix: static path
This commit is contained in:
parent
a60944a187
commit
ecd527737e
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue