Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Timothy Yin
Posts
Comments
N
Nuxt
•
Created by Trauma Zombie on 10/14/2024 in
#❓・help
SOLVED: How to get full URL including domain?
maybe you can use
window.location.href
window.location.href
or
`${window.location.origin}${window.location.pathname}`
`${window.location.origin}${window.location.pathname}`
4 replies