Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 590 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 590 Bytes

server-vue

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

修改 element-ui 中的某些内容

  1. key 解释
"main" 打包或运行时导入的 js
    修改:为 a.el-upload-list__item-name 元素添加 id 为 file.uid
"style" 打包或运行时导入的 css
"model" 使用 import 导入的文件(文件中无)