Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
ae5914cabaf45a8da64811f7b7175a0acd4b04bb
Authored by
ww
2022-08-29 11:17:59 +0800
1 parent
7bc8236c
chore: add dependence vue3-grid-layout
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
package.json
package.json
View file @
ae5914c
...
...
@@ -67,6 +67,7 @@
67
67
"vue-json-pretty"
:
"^2.0.4"
,
68
68
"vue-router"
:
"^4.0.11"
,
69
69
"vue-types"
:
"^4.0.3"
,
70
+
"vue3-grid-layout"
:
"^1.0.0"
,
70
71
"vue3-video-play"
:
"^1.3.1-beta.4"
,
71
72
"xlsx"
:
"^0.17.0"
72
73
},
...
...