From 8ef15a12d395878105959b1c80456e4f1bbe1701 Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Wed, 15 May 2019 17:59:47 -0700 Subject: [PATCH] fix code snippet paths (#879) --- docs/guide/components.md | 2 +- docs/guide/css.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/components.md b/docs/guide/components.md index 7e91b7a..b26b551 100644 --- a/docs/guide/components.md +++ b/docs/guide/components.md @@ -5,7 +5,7 @@ Vue Select utilizes child components throughout, and exposes an API to overwrite with your own, using the `components` `{Object}` prop. The object provided to the `components` prop will be merged with Vue Select's default components. -<<< @/src/components/childComponents.js{4-7} +<<< @/../src/components/childComponents.js{4-7} You can override the value of any of these keys with your own components. diff --git a/docs/guide/css.md b/docs/guide/css.md index 1ef9497..8c16a1c 100644 --- a/docs/guide/css.md +++ b/docs/guide/css.md @@ -16,7 +16,7 @@ into the SCSS, the files are located in `src/scss`. The variables listed below c All variables are implemented with `!default` in order to make them easier to override in your application. -<<< @/src/scss/global/_variables.scss +<<< @/../src/scss/global/_variables.scss ## Overriding Default Styles @@ -32,6 +32,6 @@ all instances of Vue Select, or add your own classname if you just want to affec -<<< @/docs/.vuepress/components/CssSpecificity.vue +<<< @/.vuepress/components/CssSpecificity.vue