Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vue-draggable-grid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Libraries
vue-draggable-grid
Commits
2b080ec8
Commit
2b080ec8
authored
2 years ago
by
Jonathan Weth
Committed by
Julian
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix wording and spelling of docs
parent
ef6f2542
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2
Resolve "Implement basic functionality"
Pipeline
#115751
passed
2 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/examples/Colors.md
+2
-2
2 additions, 2 deletions
docs/examples/Colors.md
docs/examples/Counters.md
+2
-2
2 additions, 2 deletions
docs/examples/Counters.md
docs/examples/Disabled.md
+1
-1
1 addition, 1 deletion
docs/examples/Disabled.md
with
5 additions
and
5 deletions
docs/examples/Colors.md
+
2
−
2
View file @
2b080ec8
...
...
@@ -4,9 +4,9 @@ This example showcases the `rawItem` with the custom method
`getColor`
. Both grids on the outside call the method with
`"red"`
while the one in the middle uses
`"green"`
.
We use arrays called
`placedA`
,
`placedB`
and
`placedC`
to save
,
which item is contained in which grid.
`placedC`
to save which item is contained in which grid.
Notice:
t
he third grid doesn't save the item position, they are always
Notice:
T
he third grid doesn't save the item position
s
, they are always
positioned automatically.
<ClientOnly>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/Counters.md
+
2
−
2
View file @
2b080ec8
...
...
@@ -2,8 +2,8 @@
Showcasing local and global state: The local state of the counter
components doesn't change when moved inside one grid, but is cleared when
moved to
the
other. The global state is in the
`data`
attribute
of each item and gets transferred as well. Both grids
have also
custom
moved to
an
other. The global state is in the
`data`
attribute
of each item and gets transferred as well. Both grids
also have
custom
highlights.
<ClientOnly>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/Disabled.md
+
1
−
1
View file @
2b080ec8
# Example 6: Disabled grid
This uses the same data as the tic-tac-toe but is completely disabled.
Notice how the items still move if the tic-tac-toe data
would
Notice how the items still move if the tic-tac-toe data
change. Uncheck the checkbox to enable:
The grid can also be in a loading state, in which it is disabled as well,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment