Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 568 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 568 Bytes

el-dialog-bug

some bug happened after dialog(append-to-body) toggle and v-for data changed

bug step

  1. click "showDialog" button.
  2. close dialog.
  3. click "changeList" button.
  4. click "changeList" button again.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.