79481512

Date: 2025-03-03 16:19:20
Score: 1
Natty:
Report link
    <template>
  <v-container class="fill-height">
    <bug />

  </v-container>
</template>

<script>
import locale from "@/components/bug.vue";
import bug from "@/components/bug.vue";
export default {
  components: { bug },
  data() {
    return {
      selectedComponent: locale,
      items: [
        {title: "Get started", components: locale},
        {title: "Documentation", components: locale},
      ]
    };
  },
};
</script>
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dixit Patel