| | |
| | | <a-col v-bind="showSmall"> |
| | | <div class="menu"> |
| | | <router-link to="/">Home</router-link> |
| | | <router-link to="/main2">乐谱搜索</router-link> |
| | | <router-link to="/comment">碎碎念</router-link> |
| | | <router-link to="/link">友人帐</router-link> |
| | | <router-link to="/platform">月台</router-link> |
| | | <router-link to="/login">登录</router-link> |
| | | <!-- <router-link to="/comment">测试页</router-link> --> |
| | | </div> |
| | |
| | | data() { |
| | | return { |
| | | search: { |
| | | placeholder: "ctrl+shift+f/enter", |
| | | //placeholder: "ctrl+shift+f/enter", |
| | | placeholder: "搜索框未营业..", |
| | | // allowClear: true, |
| | | // autoFocus: true, |
| | | backfill: true, |
| | |
| | | console.log("补全.."); |
| | | }, |
| | | onSelect(value) { |
| | | console.log('回车', value); |
| | | this.$message.info("更多功能..敬请期待") |
| | | this.$message.info("回车,内容为" + value) |
| | | // console.log('回车', value); |
| | | this.$message.info("这个功能会等到内容足够多的时候再打开..") |
| | | // this.$message.info("回车,内容为" + value) |
| | | }, |
| | | onChange(value) { |
| | | console.log('修改', value); |