[perf] reenable disabled features, server is getting down with or without them
This commit is contained in:
parent
311fd1ce85
commit
baa70487b6
|
@ -1,10 +1,3 @@
|
|||
<template>
|
||||
<span>
|
||||
<slot ref="source"></slot>
|
||||
</span>
|
||||
</template>
|
||||
|
||||
<!--
|
||||
<template>
|
||||
<span>
|
||||
<span ref="source" v-show="false">
|
||||
|
@ -44,4 +37,3 @@ export default {
|
|||
height: 1em;
|
||||
}
|
||||
</style>
|
||||
-->
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
pronouns.page/@{{user.username}}
|
||||
</a>
|
||||
</div>
|
||||
<div v-if="false">
|
||||
<div>
|
||||
<small>
|
||||
<Icon v="id-card"/>
|
||||
<T>profile.card.link</T>:
|
||||
|
|
Reference in New Issue