Bug with vue files

seems to be a bug where deepsource doesn’t recognize variables used in vue template

for example this file:

<template>
  <Story title="NeoNftCard">
    <Variant title="Nft Card">
      <NeoNftCard :nft="nft" prefix="rmrk" show-price />
    </Variant>
  </Story>
</template>

<script lang="ts" setup>
import NeoNftCard from './NeoNftCard.vue'
const nft = {
  id: '1825819407-173',
  metadata:
    'ipfs://ipfs/bafkreig6e5x4nrif2jis4lbqmozx3el5nejskhbkbma7wmoyf2mrmehk2u',
  name: 'KoDragon#166',
  price: '20',
  sn: '173',
  image:
    'https://kodadot.mypinata.cloud/ipfs/bafybeigdh3ecetqmzplrjrovs5po23vwpikh2vgtfjai4vky5qzitjzaq4',
  collection: {
    id: '1825819407',
    name: 'KoDragons',
  },
}
</script>

has this error report

image

Hey, it looks like our team is already in conversation with you in the support ticket you’ve opened. Any further conversation will happen in the same support ticket thread.