Skip to content

Commit

Permalink
feat: 添加文件上传DEMO
Browse files Browse the repository at this point in the history
  • Loading branch information
songxingguo committed May 26, 2024
1 parent 2c6cafb commit 8d8c7f4
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/.vuepress/sidebar/group/fe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ export const fe = arraySidebar([
prefix: "vue/",
// children: "structure",
children: [
{
text: "Demo",
icon: "hi-1",
prefix: "demo/",
children: "structure",
collapsible: true,
},
{
text: "Hello",
icon: "hi-1",
Expand Down Expand Up @@ -167,7 +174,7 @@ export const fe = arraySidebar([
children: [
{
text: "Demo",
icon: "quick-start",
icon: "hi-1",
prefix: "demo/",
children: "structure",
collapsible: true,
Expand Down
22 changes: 22 additions & 0 deletions src/web/frontend/vue/demo/FileUpload.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: FileUpload
icon: post
order: 1
author: 宋玉
date: 2024-04-15
category:
- 分类
tag:
- 标签
---


### [ElementUI文件上传](https://brain.songxingguo.com/demo/FileUpload/EFileUpload.html)

<HtmlEditor src="/demo/FileUpload/EFileUpload.html"/>


### [原生文件上传](https://brain.songxingguo.com/demo/FileUpload/FileUpload.html)

<HtmlEditor src="/demo/FileUpload/FileUpload.html"/>

0 comments on commit 8d8c7f4

Please sign in to comment.