“663707c1a99b23a79f9e21117b7c1bdbfe80a899”上不存在“drivers/gpio/gpio-pxa.c”
提交 a4f73db3 编写于 作者: Q qq_33386148

Auto Commit

上级 2705b9bf
......@@ -8,10 +8,10 @@
</template>
</div>
<div class="question ivu-mt">
<Input v-model="question" type="textarea" :autosize="{ minRows: 4, maxRows: 6 }" placeholder="输入内容..." />
<Input v-model="question" type="textarea" :autosize="{ minRows: 4, maxRows: 6 }" @keydown.enter="handleSend" placeholder="输入内容..." />
<Row class="ivu-mt">
<Col>
<Button type="primary" size="large" icon="md-send" :loading="loading" @click="handleSend">发送</Button>
<Button type="primary" size="large" icon="md-send" :loading="loading" @click="handleSend" >发送</Button>
</Col>
<Col>
<Button size="large" class="ivu-ml" icon="md-add" :disabled="loading" @click="handleNewChat">新对话</Button>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册