mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-29 04:00:11 +08:00
🎨 Style(custom): format with prettier
This commit is contained in:
@@ -3,7 +3,7 @@ import { onMounted, onUnmounted } from 'vue'
|
||||
import { sendRPC } from '@/utils/common'
|
||||
import { IRPCActionType } from 'root/src/universal/types/enum'
|
||||
|
||||
export function useATagClick () {
|
||||
export function useATagClick() {
|
||||
const handleATagClick = (e: MouseEvent) => {
|
||||
if (e.target instanceof HTMLAnchorElement) {
|
||||
if (e.target.href) {
|
||||
|
||||
Reference in New Issue
Block a user