import Emoji from "./emoji";export default { name: "myForm", components: {Emoji}, data(){ return{ shows:false }}}