Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7686903
optional_router_link.vue
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
305 B
Referenced Files
None
Subscribers
None
optional_router_link.vue
View Options
<template>
<!-- eslint-disable vue/no-multiple-template-root -->
<router-link
v-if="to"
v-slot="props"
:to="to"
custom
>
<slot
v-bind="props"
/>
</router-link>
<slot
v-else
v-bind="{}"
/>
</template>
<script>
export default {
props: ['to']
}
</script>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Wed, Sep 3, 5:34 PM (1 d, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
437860
Default Alt Text
optional_router_link.vue (305 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment