Created
July 18, 2018 06:20
-
-
Save jagroop/b20519674c7e3042f6bf9a7036fd4fb4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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