Optimize append and remove options
This commit is contained in:
parent
17db7df4fd
commit
9c32a05699
3 changed files with 30 additions and 29 deletions
|
@ -156,7 +156,7 @@ describe('Select.vue', () => {
|
|||
});
|
||||
|
||||
describe('Performance tests', () => {
|
||||
xit('should handle big numbers of options', done => {
|
||||
it('should handle big numbers of options', done => {
|
||||
const manyLaterOptions = Array.apply(null, Array(200)).map((_, i) => {
|
||||
return {
|
||||
value: i + 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue