This commit is contained in:
李志鹏
2025-12-19 14:55:08 +08:00
parent ea84256cf6
commit bd36a237ec
2 changed files with 8 additions and 9 deletions

View File

@@ -6,10 +6,8 @@
import FooterNavigation from '@/components/FooterNavigation.vue'
import RouteCache from '@/components/RouteCache.vue'
import profile from './profile.vue'
//const props = defineProps({
//})
//const emit = defineEmits([
//])
const props = defineProps({})
const emit = defineEmits([])
const profileRef = ref(null)
const handleClickProfile = () => {
profileRef.value.open()