chore: update @logicflow

This commit is contained in:
xiaoxian521
2021-04-20 19:06:27 +08:00
parent 055296ab53
commit dc7a50de6f
6 changed files with 822 additions and 748 deletions

View File

@@ -25,7 +25,7 @@
</template>
<script lang='ts'>
import { defineComponent, ref, unref, onMounted } from "vue";
import { defineComponent, ref, unref, onMounted, onUnmounted } from "vue";
import { templateRef } from "@vueuse/core";
export default defineComponent({
@@ -116,6 +116,10 @@ export default defineComponent({
});
});
// onUnmounted(() => {
// console.log(props.lf);
// });
return {
focusIndex,
titleLists,