forked from cscan/vue3-excel-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
date type handles string, timestamp and date value
- Loading branch information
Kenneth Cheng
committed
Jul 12, 2022
1 parent
6c5ce34
commit 645c509
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "vue3-excel-editor", | ||
"email": "[email protected]", | ||
"description": "Vue3 plugin for displaying and editing the array-of-object in Excel style", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"main": "src/main.js", | ||
"dependencies": { | ||
"@vuepic/vue-datepicker": "^3.3.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters