Replies: 1 comment 1 reply
-
You can still import from |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, how can I access
changeLocale
in my Nuxt app?I have custom wrapper component around
<FromKit type="form" />
and inside that component I'd like to change locale for my FormKit's inputs (insideonMounted
.But apparently I'm not able to get to this function. Docs says to
import { changeLocale } from '@formkit/vue'
, which is not possible since I'm using Nuxt.Any help please?
Beta Was this translation helpful? Give feedback.
All reactions