Update emoji-picker.vue

This commit is contained in:
syuilo 2020-09-20 19:45:16 +09:00
parent 7b9280cef8
commit dd1b6b21e1
1 changed files with 1 additions and 7 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="omfetrab">
<div class="omfetrab _panel">
<header>
<button v-for="(category, i) in categories"
class="_button"
@ -72,12 +72,6 @@ import * as os from '@/os';
export default defineComponent({
emits: ['done'],
props: {
source: {
required: true
},
},
data() {
return {
emojilist,