增加tab模式以及tab缓存

This commit is contained in:
Gary Fu
2023-12-25 19:21:24 +08:00
parent 62aad55987
commit 7e6d0d2d1e
12 changed files with 244 additions and 12 deletions

View File

@@ -1,5 +1,9 @@
<script setup>
import { onMounted } from 'vue'
import { useRoute } from 'vue-router'
onMounted(() => {
console.info('=========mounted', useRoute().path)
})
</script>
<template>

View File

@@ -1,5 +1,9 @@
<script setup>
import { onMounted } from 'vue'
import { useRoute } from 'vue-router'
onMounted(() => {
console.info('=========mounted', useRoute().path)
})
</script>
<template>

View File

@@ -1,5 +1,9 @@
<script setup>
import { onMounted } from 'vue'
import { useRoute } from 'vue-router'
onMounted(() => {
console.info('=========mounted', useRoute().path)
})
</script>
<template>

View File

@@ -1,5 +1,9 @@
<script setup>
import { onMounted } from 'vue'
import { useRoute } from 'vue-router'
onMounted(() => {
console.info('=========mounted', useRoute().path)
})
</script>
<template>