emojigen wip32
This commit is contained in:
parent
562e4fd743
commit
b4edc40fa8
@ -1,6 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<MkSpacer :content-max="700" :margin-min="16" :margin-max="32">
|
<MkSpacer :content-max="700" :margin-min="16" :margin-max="32">
|
||||||
<FormSuspense>
|
|
||||||
<div class="cwepdizn _formRoot">
|
<div class="cwepdizn _formRoot">
|
||||||
<FormInput v-model="emojiName" class="_formBlock">
|
<FormInput v-model="emojiName" class="_formBlock">
|
||||||
<template #label>{{ $ts.emojiName }}</template>
|
<template #label>{{ $ts.emojiName }}</template>
|
||||||
@ -60,11 +59,10 @@
|
|||||||
<FormSection>
|
<FormSection>
|
||||||
<template #label>{{ $ts.preview }}</template>
|
<template #label>{{ $ts.preview }}</template>
|
||||||
<img :src="emojiUrl" class="img" :alt="emojiName"/>
|
<img :src="emojiUrl" class="img" :alt="emojiName"/>
|
||||||
<p>{{ emojiUrl }}</p>
|
<a href="{{ emojiUrl }}"></a><p>{{ emojiUrl }}</p>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
<FormButton primary class="_formBlock" @click="emojiApproval">{{ $ts.emojiApproval }}</FormButton>
|
<FormButton primary class="_formBlock" @click="emojiApproval">{{ $ts.emojiApproval }}</FormButton>
|
||||||
</div>
|
</div>
|
||||||
</FormSuspense>
|
|
||||||
</MkSpacer>
|
</MkSpacer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user