clownshark5503
clownshark5503
Explore posts from servers
NNuxt
Created by clownshark5503 on 4/24/2024 in #❓・help
[Solved]Iterator is undefined in V-for
Turns out array2 had a undefined value
2 replies
CC#
Created by clownshark5503 on 2/17/2024 in #help
Unit Testing(post request) confusion with ActionResult[Solved]
Got it working! Thank you!
3 replies
NNuxt
Created by clownshark5503 on 4/21/2023 in #❓・help
Popover works within the page but not within the component
OK it turns out I wasn't initializing it right. mounting const popoverTriggerList = document.querySelectorAll('[data-bs-toggle="popover"]') const popoverList = [...popoverTriggerList].map(popoverTriggerEl => new bootstrap.Popover(popoverTriggerEl)) in the component got it to work
2 replies
NNuxt
Created by clownshark5503 on 4/4/2023 in #❓・help
$fetch with POST and same origin policy error
You were right, I went over the documentation for CORS in aspnet and now I'm getting a 400 error instead when I make a POST request. Thank you!
3 replies