|
|
@@ -0,0 +1,17 @@
|
|
|
+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
|
|
|
+ })
|
|
|
+
|
|
|
+})
|