@@ -41,6 +41,15 @@ const {
if (props.auto) {
doFetch()
}
+
+function getParams() {
+ return props.params
+}
+defineExpose({
+ model,
+ getParams
+})
</script>
<template>
<div class="quick-monitor" v-if="model.canFollow">