How does elementUI stop the menu from expanding?

clipboard.png
do not expand.
because our function is not available yet.


look at the source code and have an attribute disabled .

you set el-submenu :

<el-submenu index="1" disabled>
    <template slot="title">
      <i class="el-icon-location"></i>
      <span></span>
    </template>
    <el-menu-item-group>
      <template slot="title"></template>
      <el-menu-item index="1-1">1</el-menu-item>
      <el-menu-item index="1-2">2</el-menu-item>
    </el-menu-item-group>
    <el-menu-item-group title="2">
      <el-menu-item index="1-3">3</el-menu-item>
    </el-menu-item-group>
    <el-submenu index="1-4">
      <template slot="title">4</template>
      <el-menu-item index="1-4-1">1</el-menu-item>
    </el-submenu>
</el-submenu>
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36e85-2c044.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36e85-2c044.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?