Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Examples document section #49

Merged
merged 2 commits into from
Jul 14, 2020
Merged

Conversation

alvarosabu
Copy link
Collaborator

@alvarosabu alvarosabu commented Jul 14, 2020

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespace from that line:

/kind documentation

What this PR does / why we need it:
Provides more examples of different use cases.

Which issue(s) this PR fixes:

Fixes #48

Additional documentation e.g., Vue libraries, usage docs, etc.:

Vue-select from @salgabot

Install with yarn:

yarn add vue-select

# or, using NPM
npm install vue-select

Then, import and register the component:

import Vue from 'vue';
import vSelect from 'vue-select';

Vue.component('v-select', vSelect);

@alvarosabu alvarosabu added the documentation Improvements or additions to documentation label Jul 14, 2020
@alvarosabu alvarosabu added this to the v0.4.0 milestone Jul 14, 2020
@alvarosabu alvarosabu self-assigned this Jul 14, 2020
@alvarosabu alvarosabu merged commit 4769e0e into master Jul 14, 2020
@alvarosabu alvarosabu deleted the feature/improve_docs_custom_fields branch August 17, 2020 16:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add documentation for more complex custom fields
1 participant