Refactor MasterDetailMntC.vue for improved readability and consistency
This commit is contained in:
@@ -36,7 +36,7 @@ const props = defineProps({
|
||||
|
||||
const emit = defineEmits(['click'])
|
||||
|
||||
function handleClick (e: MouseEvent) {
|
||||
function handleClick(e: MouseEvent) {
|
||||
emit('click', e)
|
||||
if (!props.href) {
|
||||
e.preventDefault()
|
||||
|
||||
Reference in New Issue
Block a user