diff --git a/exports/deferredcontent.d.ts b/exports/deferredcontent.d.ts new file mode 100644 index 000000000..83b37206a --- /dev/null +++ b/exports/deferredcontent.d.ts @@ -0,0 +1 @@ +export * from './components/deferredcontent/DeferredContent'; \ No newline at end of file diff --git a/exports/deferredcontent.js b/exports/deferredcontent.js new file mode 100644 index 000000000..33480f734 --- /dev/null +++ b/exports/deferredcontent.js @@ -0,0 +1,3 @@ +'use strict'; +module.exports = require('./components/deferredcontent/DeferredContent.vue'); + \ No newline at end of file diff --git a/src/AppMenu.vue b/src/AppMenu.vue index 991883529..f52eb0330 100644 --- a/src/AppMenu.vue +++ b/src/AppMenu.vue @@ -75,9 +75,10 @@
DeferredContent postpones the loading the content that is initially not in the viewport until it becomes visible on scroll..
+DeferredContent is used as a wrapper element of its content..
+onLoad callback is useful to initialize the content when it becomes visible on scroll such as loading data.
+Component has no properties.
+ +Name | +Parameters | +Description | +
---|---|---|
load | +event: Event object | +Callback to invoke when deferred content is loaded.. | +
Component does not apply any styling.
+ +None.
+