diff --git a/website/docs/sdks/proxy-vue.md b/website/docs/sdks/proxy-vue.md index 4ceb737714..21561f6313 100644 --- a/website/docs/sdks/proxy-vue.md +++ b/website/docs/sdks/proxy-vue.md @@ -23,7 +23,7 @@ npm install @unleash/proxy-client-vue Import the provider like this in your entrypoint file (typically App.vue): ```jsx -import FlagProvider from '@unleash/proxy-client-vue' +import { FlagProvider } from '@unleash/proxy-client-vue' const config = { url: 'https://HOSTNAME/proxy', @@ -43,7 +43,7 @@ const config = { Alternatively, you can pass your own client in to the FlagProvider: ```jsx -import FlagProvider, { UnleashClient } from '@unleash/proxy-client-vue' +import { FlagProvider, UnleashClient } from '@unleash/proxy-client-vue' const config = { url: 'https://HOSTNAME/proxy',