Other device can not connect to computer's IP
[issue link]When I run the command
npm run dev
and open the browser to localhost:3000, it works well
But if I use other device and type 192.xxx.xxx.xxx:3000 in the browser, it says connection refused
I try other nodejs projects and they all work well through 192.xxx.xxx.xxx:3000 except nuxt.js
any help please ?