nuxt.config.ts
srcDir: 'src'
<script setup> import { ref } from 'vue' import JBrowseComponent from '~/components/JBrowseComponent.jsx' const JBrowseComponentRef = ref(JBrowseComponent) const jbrowseConfig = ref({});</script><template> <div> <ReactWrapper :component="JBrowseComponent" :props="jbrowseConfig" /> </div></template>
refCountry.value[0].getCountry(cell.value)