-
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.
- Loading branch information
lihaoyu
committed
Jun 11, 2024
1 parent
64e49e6
commit 2ce2ff1
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
node_modules | ||
.npmrc |
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 |
---|---|---|
|
@@ -3,6 +3,11 @@ | |
"version": "1.1.0", | ||
"description": "将excel一列或多列数据粘贴到el-table指定位置的vue2指令", | ||
"main": "src/index.js", | ||
"homepage": "https://github.com/HaoyuLee/excel-paste-to-el-table", | ||
"repository": { | ||
"type": "github", | ||
"url": "https://github.com/HaoyuLee/excel-paste-to-el-table" | ||
}, | ||
"scripts": { | ||
"start": "npx vite serve example" | ||
}, | ||
|
@@ -13,6 +18,10 @@ | |
"directive", | ||
"v-paste" | ||
], | ||
"author": "lihaoyu", | ||
"author": { | ||
"name" : "lihaoyu", | ||
"email" : "[email protected]", | ||
"url" : "https://github.com/HaoyuLee" | ||
}, | ||
"license": "ISC" | ||
} |