Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
TemplateProjects
FullstackTemplate-Formkit-Tailwind
Commits
58826eb9
There was an error fetching the commit references. Please try again later.
Commit
58826eb9
authored
1 year ago
by
Somnath Ghorpade
Browse files
Options
Downloads
Patches
Plain Diff
Added composition API support for all features.
parent
a07aa3ca
1 merge request
!2
Added composition API support for all features.
Changes
48
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
README.md
+1
-1
README.md
app/README.md
+1
-1
app/README.md
app/src/App.vue
+2
-4
app/src/App.vue
app/src/components/MTable.vue
+36
-54
app/src/components/MTable.vue
app/src/components/download-manager/downloadFile.vue
+121
-118
app/src/components/download-manager/downloadFile.vue
app/src/components/download-manager/downloadProgress.vue
+35
-57
app/src/components/download-manager/downloadProgress.vue
app/src/components/sessionmanager/deleteData.vue
+39
-50
app/src/components/sessionmanager/deleteData.vue
app/src/components/sessionmanager/fetchData.vue
+36
-47
app/src/components/sessionmanager/fetchData.vue
app/src/components/sessionmanager/storeData.vue
+18
-32
app/src/components/sessionmanager/storeData.vue
app/src/components/upload-manager/uploadFile.vue
+25
-73
app/src/components/upload-manager/uploadFile.vue
app/src/components/upload-manager/uploadProgessFile.vue
+30
-65
app/src/components/upload-manager/uploadProgessFile.vue
app/src/main.js
+0
-23
app/src/main.js
app/src/router.js
+290
-389
app/src/router.js
app/src/views/CdnUpload.vue
+76
-68
app/src/views/CdnUpload.vue
app/src/views/Classroom.vue
+42
-45
app/src/views/Classroom.vue
app/src/views/DownloadManager.vue
+27
-91
app/src/views/DownloadManager.vue
app/src/views/Encryption.vue
+31
-37
app/src/views/Encryption.vue
app/src/views/Excel.vue
+38
-119
app/src/views/Excel.vue
app/src/views/ForLoop.vue
+66
-65
app/src/views/ForLoop.vue
app/src/views/Home.vue
+421
-493
app/src/views/Home.vue
with
1335 additions
and
1832 deletions
Preview
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets