免费试用:最火的人工智能查询工具
     最强AI人工智能聊天工具
     对话机器人解答疑难问题
星外智问直连原始API接口
➡️未登录受限条数,请登陆使用完整服务>>>➡️
请输入您要问的问题:


查下百度  查下必应

以下是单个问题的回复:

问:使用vue3及elementUI-Plus实现一个顶部导航栏,使用 el-menu标签,其中左侧为首页,右侧为用户名,生成一个test.vue
GPT答: 7i24.cn
<template>
  <div class="header">
    <el-menu :default-active="activeIndex" mode="horizontal" background-color="#545c64" text-color="#fff"
      active-text-color="#ffd04b">
      <el-menu-item index="/">
        <i class="el-icon-house"></i>首页
      </el-menu-item>
      <el-submenu index="user">
        <template #title>
          {{ username }}<i class="el-icon-arrow-down el-icon--right"></i>
        </template>
        <el-menu-item index="/profile">个人资料</el-menu-item>
        <el-menu-item index="/logout">退出登录</el-menu-item>
      </el-submenu>

    </el-menu>

  </div>

</template>

<script lang='ts'>
import { defineComponent } from 'vue';

export default defineComponent({
  name: 'Test',
  data() {
    return {
      activeIndex: '/',
      username: '用户名',
    };
  },
});
</script>

<style scoped lang='scss'>
.header {
  height: 60px;
}
.el-submenu__title {
  display: flex;
}
.el-submenu__title i {
  margin-left: auto;
}
</style>
一星  二星  三星  四星  五星 

互联网非法外之地,请不要输入不良内容
 查下百度 查下必应 06-06 14:48:40



chatGPT中国版--星外智问--8v6.CN
当前运行网址:ask.7i24.com
客服微信:xwgdd_com APP下载 怎么问 识别真假GPT4 使用GPT赚钱 退出登陆