Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit e639891

Browse files
committed
documentation update
1 parent a6847cb commit e639891

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ footer: MIT Licensed | Copyright © 2017-present Daniel Abernathy
66

77
Vue Query Builder is a user interface that makes it easy for your users to create queries of any kind. It's useful if you need a tool for generating reports, filtering data, and more.
88

9-
Each instance of Vue Query Builder consists of groups and rules. Groups can contain rules and other groups. Each group has a match type of either "match all" (AND) or "match any" (OR). The component outputs JSON which you can pass to your server to parse.
9+
Each instance of Vue Query Builder consists of groups and rules. Groups can contain rules and other groups. Each group has, by default, a match type of either "match all" (AND) or "match any" (OR). The component outputs JSON which you can pass to your server to parse.
1010

1111
### Basic Demo
1212

docs/roadmap.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Vue Query Builder is still in an early phase. Here are some things that are on t
44

55
Immediate:
66
- Migrate to slots & scoped slots to allow more user control over layout
7-
- Migrate from the `updateQuery` event to using `v-model`
87

98
Ongoing / long-term:
109
- Write unit and integration tests

0 commit comments

Comments
 (0)