mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
Removes debug info from UI (#10963)
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
<h2>Users:</h2>
|
||||
<vui-input-search :input="users" v-model="users_result" :keys="['user']"/><br/>
|
||||
<div v-for="u in users_result" :key="u.ref"><vui-button :params="{direct: u.ref}">{{ u.user }}</vui-button></div>
|
||||
<pre>{{ users_result }}</pre>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user