Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons committed Oct 8, 2019
1 parent 85be800 commit 326c7c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ Component is designed to receive any component you want to test as a default slo
- Respect props type and use custom input for each type
- Provide input for objects and function
- Create `v-model` binding if needed
- Support of two-way data binding using the [`.sync` modifier pattern](https://vuejs.org/v2/guide/components-custom-events.html#sync-Modifier)
- Custom props validation when available
- Support component with slots
- Display of all events emitted by the component
- Display of component $data
- exposition of component method as burttons that can be called with display of the produced result
- Compatible with hot-reload: automatic update on changes hapening on the tested component
- Display of component `data` and `computed` information
- Exposition of component method as buttons that can be called with display of the produced result
- Compatible with hot-reload: automatic update on changes happening on the tested component

Example using [vue-slider-component](https://github.com/NightCatSama/vue-slider-component):

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "component-fixture",
"version": "1.11.0",
"version": "1.12.0",
"private": false,
"scripts": {
"serve": "vue-cli-service serve ./example/main.js --open",
Expand Down

0 comments on commit 326c7c9

Please sign in to comment.