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,

View File

@@ -10,7 +10,7 @@
<div class="main-container">
<div :class="{ 'fixed-header': fixedHeader }">
<!-- 顶部导航栏 -->
<navbar v-if="!containerHiddenSideBar" />
<navbar v-show="!containerHiddenSideBar" />
<!-- tabs标签页 -->
<tag>
<i

View File

@@ -7,7 +7,7 @@
prefix="$"
:duration="1000"
:color="'#409EFF'"
:fontSize="'60px'"
:fontSize="'2.3em'"
:startVal="1"
:endVal="1000"
/>
@@ -19,7 +19,7 @@
prefix="$"
:duration="2000"
:color="'green'"
:fontSize="'60px'"
:fontSize="'2.3em'"
:startVal="1"
:endVal="2000"
/>