mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 20:29:35 +02:00
added style for component write, for chat
This commit is contained in:
18
luckydiamond/src/components/WritechatComponent.vue
Normal file
18
luckydiamond/src/components/WritechatComponent.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<div class="write">
|
||||
<div class="write__content">
|
||||
<input type="text" placeholder="Напишите сообщение...">
|
||||
<button type="submit"><img src="@/assets/icons-chat/sendmsg-icon.png"></button>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user