Commit c3e02026 authored by yyh's avatar yyh

empty 图片路径问题

parent ecf065e8
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<van-empty <van-empty
v-if="!list.length && !loading" v-if="!list.length && !loading"
description="您还未添加存证" description="您还未添加存证"
image="@/assets/empty.png"> :image="require('@/assets/empty.png')">
<van-button <van-button
:to="{name: 'TemplateList'}" :to="{name: 'TemplateList'}"
round round
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment