From 8389a5129c0c24a02209e4f79896bdfa19d16018 Mon Sep 17 00:00:00 2001 From: KalyanChakravarthyV Date: Tue, 9 Nov 2021 09:31:14 +0530 Subject: [PATCH] Update to vue.mdx (#2609) import CarbonComponentsVue from '@carbon/vue'; has wider acceptability (codesandbox.io/NuxtJS) than pointing to index under src folder Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- src/pages/developing/frameworks/vue.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/developing/frameworks/vue.mdx b/src/pages/developing/frameworks/vue.mdx index cce0a7a2c6e..ebaa1db1da0 100644 --- a/src/pages/developing/frameworks/vue.mdx +++ b/src/pages/developing/frameworks/vue.mdx @@ -81,7 +81,7 @@ carbon styles and components. ```js import 'carbon-components/css/carbon-components.css'; -import CarbonComponentsVue from '@carbon/vue/src/index'; +import CarbonComponentsVue from '@carbon/vue'; Vue.use(CarbonComponentsVue); ```