This commit is contained in:
		
							parent
							
								
									b77167a4a1
								
							
						
					
					
						commit
						6b22b7a31f
					
				|  | @ -11,13 +11,13 @@ | |||
| 	<div class="_monolithic_"> | ||||
| 		<div class="yigymqpb _section"> | ||||
| 			<img :src="emoji.url" class="img"/> | ||||
| 			<MkInput v-model="name"> | ||||
| 			<MkInput class="_formBlock" v-model="name"> | ||||
| 				<template #label>{{ $ts.name }}</template> | ||||
| 			</MkInput> | ||||
| 			<MkInput v-model="category" :datalist="categories"> | ||||
| 			<MkInput class="_formBlock" v-model="category" :datalist="categories"> | ||||
| 				<template #label>{{ $ts.category }}</template> | ||||
| 			</MkInput> | ||||
| 			<MkInput v-model="aliases"> | ||||
| 			<MkInput class="_formBlock" v-model="aliases"> | ||||
| 				<template #label>{{ $ts.tags }}</template> | ||||
| 				<template #caption>{{ $ts.setMultipleBySeparatingWithSpace }}</template> | ||||
| 			</MkInput> | ||||
|  |  | |||
|  | @ -31,10 +31,10 @@ | |||
| 
 | ||||
| <script lang="ts"> | ||||
| import { defineComponent } from 'vue'; | ||||
| import FormSwitch from '@client/components/form/switch.vue'; | ||||
| import FormSwitch from '@client/components/debobigego/switch.vue'; | ||||
| import FormLink from '@client/components/debobigego/link.vue'; | ||||
| import FormRadios from '@client/components/form/radios.vue'; | ||||
| import FormInput from '@client/components/form/input.vue'; | ||||
| import FormRadios from '@client/components/debobigego/radios.vue'; | ||||
| import FormInput from '@client/components/debobigego/input.vue'; | ||||
| import FormBase from '@client/components/debobigego/base.vue'; | ||||
| import FormGroup from '@client/components/debobigego/group.vue'; | ||||
| import { deckStore } from '@client/ui/deck/deck-store'; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue