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>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<q-img
|
<q-img
|
||||||
src="no-data.png"
|
src="/no-data.png"
|
||||||
:style="{
|
:style="{
|
||||||
height: size ? `${size}px` : '120px',
|
height: size ? `${size}px` : '120px',
|
||||||
width: size ? `${size + 2}px` : '123px',
|
width: size ? `${size + 2}px` : '123px',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue