From e5a1da47b543595b842f1187b75a9a20801c5f7c Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Thu, 14 Sep 2023 11:50:31 +0800 Subject: [PATCH] update --- MyApp/wwwroot/mjs/components/GettingStarted.mjs | 6 +++--- MyApp/wwwroot/mjs/components/ShellCommand.mjs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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")