How does nuxt.js add js to the page header to determine the ie version, and then display a prompt when it is lower than a certain version?

at first I thought of adding js, directly to the index.html header, but I couldn"t find it. I didn"t seem to find it. Then I thought of head tag management that comes with nuxt, but it won"t work if ie doesn"t support it.

May.22,2021

you can insert js directly into header

Menu