Skip to content

Instantly share code, notes, and snippets.

@jokandre
Created July 2, 2019 03:21
Show Gist options
  • Select an option

  • Save jokandre/e173f3403f2a62ab8253c28e61e177ad to your computer and use it in GitHub Desktop.

Select an option

Save jokandre/e173f3403f2a62ab8253c28e61e177ad to your computer and use it in GitHub Desktop.
Popover element-ui
<el-popover
placement="bottom"
width=""
trigger="click">
<p v-for="val in array">this is content {{val}} - rest of the line here</p>
<el-button slot="reference">Click to activate</el-button>
</el-popover>
//css
p{
word-break:break-word;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment