We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0dbf99 + 64cced3 commit 6dc6742Copy full SHA for 6dc6742
components/Canvas.vue
@@ -140,7 +140,7 @@ onUnmounted(() => {
140
<div i-carbon-camera />
141
<p>相机</p>
142
</h3>
143
- <p mt-1 text-center>{{ obj?.exif?.Model?.description || 'N&A' }}</p>
+ <p mt-1 text-center>{{ obj?.exif?.model || 'N&A' }}</p>
144
</el-card>
145
<el-card class="box-card" mx-auto rounded-lg shadow-md w-full>
146
<h3 flex justify-center items-center space-x-1 text-base text-center font-medium>
0 commit comments