mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
chore: update @logicflow
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user