Skip to content

Instantly share code, notes, and snippets.

@jambestwick
Created April 2, 2022 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jambestwick/e4c0cb5fb28d4ef148bbc20afbd31fda to your computer and use it in GitHub Desktop.
Save jambestwick/e4c0cb5fb28d4ef148bbc20afbd31fda to your computer and use it in GitHub Desktop.
element-ui flash add <html>
element-ui message-box can add <html> on javascript
<select id="checked">
<option value ="true">Yes</option>
<option value ="false">No</option>
</select>
var checkRes = document.getElementById("checked").value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment