[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>
|
<template>
|
||||||
<span>
|
<span>
|
||||||
<span ref="source" v-show="false">
|
<span ref="source" v-show="false">
|
||||||
|
@ -44,4 +37,3 @@ export default {
|
||||||
height: 1em;
|
height: 1em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
-->
|
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
pronouns.page/@{{user.username}}
|
pronouns.page/@{{user.username}}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="false">
|
<div>
|
||||||
<small>
|
<small>
|
||||||
<Icon v="id-card"/>
|
<Icon v="id-card"/>
|
||||||
<T>profile.card.link</T>:
|
<T>profile.card.link</T>:
|
||||||
|
|
Reference in New Issue