mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-15 14:03:36 +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,
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<div class="main-container">
|
||||
<div :class="{ 'fixed-header': fixedHeader }">
|
||||
<!-- 顶部导航栏 -->
|
||||
<navbar v-if="!containerHiddenSideBar" />
|
||||
<navbar v-show="!containerHiddenSideBar" />
|
||||
<!-- tabs标签页 -->
|
||||
<tag>
|
||||
<i
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user