diff --git a/MyApp/wwwroot/mjs/components/GettingStarted.mjs b/MyApp/wwwroot/mjs/components/GettingStarted.mjs index e7f6a24..82ca327 100644 --- a/MyApp/wwwroot/mjs/components/GettingStarted.mjs +++ b/MyApp/wwwroot/mjs/components/GettingStarted.mjs @@ -22,9 +22,9 @@ export default { dotnet watch
-
- rider - visualstudio +
`, diff --git a/MyApp/wwwroot/mjs/components/ShellCommand.mjs b/MyApp/wwwroot/mjs/components/ShellCommand.mjs index c5c9135..60f02b2 100644 --- a/MyApp/wwwroot/mjs/components/ShellCommand.mjs +++ b/MyApp/wwwroot/mjs/components/ShellCommand.mjs @@ -26,7 +26,7 @@ export default { function copy(e) { let $el = document.createElement("input") let $lbl = e.target.parentElement.querySelector('label') - $el.setAttribute("value", $lbl.innerText) + $el.setAttribute("value", $lbl.innerText) document.body.appendChild($el) $el.select() document.execCommand("copy")