Is there a method to open the drawer at a certain tab?
currently using this in my block preview:
<img @click=“open” v-if=“land” class="w-full cursor-pointer " :src=“land” loading=“lazy”>
Is there a method to open the drawer at a certain tab?
currently using this in my block preview:
<img @click=“open” v-if=“land” class="w-full cursor-pointer " :src=“land” loading=“lazy”>