mirror of
https://github.com/misskey-dev/misskey
synced 2024-12-01 00:08:35 +09:00
Update EmA.vue
This commit is contained in:
parent
374dce7ff8
commit
bf1738240a
@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
-->
|
||||
|
||||
<template>
|
||||
<a ref="el" :href="to" @click.prevent="nav">
|
||||
<a ref="el" :href="to" target="_blank" rel="noopener">
|
||||
<slot></slot>
|
||||
</a>
|
||||
</template>
|
||||
@ -22,8 +22,4 @@ const props = withDefaults(defineProps<{
|
||||
const el = shallowRef<HTMLElement>();
|
||||
|
||||
defineExpose({ $el: el });
|
||||
|
||||
function nav(ev: MouseEvent) {
|
||||
location.href = props.to;
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user