mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-16 05:33:41 +08:00
feat(projects): add plugin excel export (#561)
This commit is contained in:
2
src/typings/elegant-router.d.ts
vendored
2
src/typings/elegant-router.d.ts
vendored
@@ -65,6 +65,7 @@ declare module "@elegant-router/types" {
|
||||
"plugin_editor": "/plugin/editor";
|
||||
"plugin_editor_markdown": "/plugin/editor/markdown";
|
||||
"plugin_editor_quill": "/plugin/editor/quill";
|
||||
"plugin_excel": "/plugin/excel";
|
||||
"plugin_icon": "/plugin/icon";
|
||||
"plugin_map": "/plugin/map";
|
||||
"plugin_pinyin": "/plugin/pinyin";
|
||||
@@ -171,6 +172,7 @@ declare module "@elegant-router/types" {
|
||||
| "plugin_copy"
|
||||
| "plugin_editor_markdown"
|
||||
| "plugin_editor_quill"
|
||||
| "plugin_excel"
|
||||
| "plugin_icon"
|
||||
| "plugin_map"
|
||||
| "plugin_pinyin"
|
||||
|
||||
Reference in New Issue
Block a user