Skip to content

Instantly share code, notes, and snippets.

@jagroop
Created July 18, 2018 06:20
Show Gist options
  • Save jagroop/b20519674c7e3042f6bf9a7036fd4fb4 to your computer and use it in GitHub Desktop.
Save jagroop/b20519674c7e3042f6bf9a7036fd4fb4 to your computer and use it in GitHub Desktop.
<el-dropdown @command="deleteProject" trigger="click">
<span class="el-dropdown-link">
<i class="el-icon-more"></i>
</span>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item :command="project.id">Delete</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment