fix
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user