mirror of https://github.com/vuejs/vue.git
17 lines
359 B
JavaScript
17 lines
359 B
JavaScript
|
|
describe('Async components', function () {
|
||
|
|
|
||
|
|
describe('v-component', function () {
|
||
|
|
// - normal
|
||
|
|
// - dynamic
|
||
|
|
// - nested component caching
|
||
|
|
// - invalidate pending callback on teardown
|
||
|
|
// - avoid duplicate requests
|
||
|
|
})
|
||
|
|
|
||
|
|
describe('v-repeat', function () {
|
||
|
|
// - normal
|
||
|
|
// - invalidate on teardown
|
||
|
|
// - warn for dynamic
|
||
|
|
})
|
||
|
|
|
||
|
|
})
|