|
@@ -6563,11 +6563,13 @@ const createHook = (lifecycle) => (hook, target = getCurrentInstance()) => {
|
|
|
!isInSSRComponentSetup && injectHook(lifecycle, hook, target);
|
|
|
};
|
|
|
const onShow = /* @__PURE__ */ createHook(ON_SHOW);
|
|
|
+const onPullDownRefresh = /* @__PURE__ */ createHook(ON_PULL_DOWN_REFRESH);
|
|
|
exports._export_sfc = _export_sfc;
|
|
|
exports.computed = computed;
|
|
|
exports.createSSRApp = createSSRApp;
|
|
|
exports.defineComponent = defineComponent;
|
|
|
exports.getCurrentInstance = getCurrentInstance;
|
|
|
exports.index = index;
|
|
|
+exports.onPullDownRefresh = onPullDownRefresh;
|
|
|
exports.onShow = onShow;
|
|
|
exports.ref = ref;
|