how to use the <i18n directive in a project #94
Unanswered
geewhizbang
asked this question in
Q&A
Replies: 1 comment
-
anyone can suggest? or its not implemented yet? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use <i18n directive:
But the plugin doesn't install the directive, or I haven't set it up properly
script lang="ts">
import { ref, defineComponent, inject } from "vue";
import type { StepData, PetData, StringStringDict } from "../types/types";
import PetBox from "../components/PetBox.vue";
export default defineComponent({
name: "Claims1View",
components: { PetBox, <probably need to include it here, but where do I import it from?> },
Beta Was this translation helpful? Give feedback.
All reactions