2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

fix code snippet paths (#879)

This commit is contained in:
Jeff Sagal
2019-05-15 17:59:47 -07:00
committed by GitHub
parent 3928b015a9
commit 8ef15a12d3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.
+2 -2
View File
@@ -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
<CssSpecificity />
<<< @/docs/.vuepress/components/CssSpecificity.vue
<<< @/.vuepress/components/CssSpecificity.vue