mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
Add API for overwriting default components (#850)
* implement API for overwriting child components * add test coverage * update documentation for Components & Styling * update docs * refactor API, update docs * remove the service worker * fix tests
This commit is contained in:
@@ -13,3 +13,10 @@
|
||||
[context.deploy-preview]
|
||||
publish = "docs/.vuepress/dist"
|
||||
command = "yarn && yarn build:preview"
|
||||
|
||||
|
||||
# Redirects
|
||||
# @see https://www.netlify.com/docs/netlify-toml-reference/
|
||||
[[redirects]]
|
||||
from = "/guide/templating"
|
||||
to = "/guide/slots"
|
||||
|
||||
Reference in New Issue
Block a user