Uh oh!
There was an error while loading. Please reload this page.
feat(nuxt): add fetchpriority attribute and literal typings for meta components - #6251
Conversation
✅ Deploy Preview for nuxt3-docs canceled.
|
<Script> and <Link>DamianGlowala
commented
Jul 30, 2022
Shall we narrow down the accepted values for the |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
sanjaiyan-dev
commented
Jul 30, 2022
💪🏽 |
sanjaiyan-dev
commented
Jul 30, 2022
Sorry, I have copied the code from #6262 for adding typings for |
<Script> and <Link><Script> and <Link> and minor improvements in types :)<Script> and <Link> and minor improvements in types :)<Script> and <Link> and minor improvements in types :)DamianGlowala
commented
Jul 30, 2022
Great enhancement! I have closed #6262 in favor of your changes. There are two remarks that I've got:
|
<imgcrossorigin/>is easier than <imgcrossorigin="" />And even browser parse the html with crossorigin attr empty string as |
sanjaiyan-dev
commented
Jul 31, 2022
I am sorry if I am wrong :( |
DamianGlowala
commented
Jul 31, 2022
All I am thinking is whether the following would be preferable: Let's wait for others to express their thoughts, not sure which way to go :) |
sanjaiyan-dev
commented
Jul 31, 2022
Ok 🙌 |
sanjaiyan-dev
commented
Aug 1, 2022
typeLinkRelationship=|"alternate"|"author"|"canonical"|"dns-prefetch"|"help"|"icon"|"license"|"manifest"|"me"|"modulepreload"|"next"|"pingback"|"preconnect"|"prefetch"|"preload"|"prerender"|"prev"|"search"|"stylesheet"|String;Added types for |
Uh oh!
There was an error while loading. Please reload this page.
sanjaiyan-dev
commented
Aug 1, 2022
Yeah sure 🙌 |
sanjaiyan-dev
commented
Aug 1, 2022
Made suggested change (not sure) 😄 |
<Script> and <Link> and minor improvements in types :)fetchpriority attribute to the <Script> and <Link> componentsUh oh!
There was an error while loading. Please reload this page.
danielroe
left a comment
There was a problem hiding this comment.
Really nice enhancement - thanks! ❤️
fetchpriority attribute to the <Script> and <Link> componentsfetchpriority attribute and literal typings for meta componentssanjaiyan-dev
commented
Aug 2, 2022
My pleasure 💪🙌 |
Added fetchpriority attr in script and link component.