Merge pull request #44 from nurRiyad/riyad/next
Update Nuxt Version to 3.10.3 and add nuxt loading indicator
This commit is contained in:
3
app.vue
3
app.vue
@@ -37,7 +37,7 @@ useHead({
|
||||
content: image,
|
||||
},
|
||||
// Test on: https://cards-dev.twitter.com/validator or https://socialsharepreview.com/
|
||||
{ name: 'twitter:site', content: '@debs_obrien' },
|
||||
{ name: 'twitter:site', content: '@qdnvubp' },
|
||||
{ name: 'twitter:card', content: 'summary_large_image' },
|
||||
{
|
||||
name: 'twitter:url',
|
||||
@@ -61,6 +61,7 @@ useHead({
|
||||
|
||||
<template>
|
||||
<div class="bg-[#F1F2F4] dark:text-zinc-300 dark:bg-slate-950">
|
||||
<NuxtLoadingIndicator />
|
||||
<NuxtLayout>
|
||||
<NuxtPage />
|
||||
</NuxtLayout>
|
||||
|
||||
4898
package-lock.json
generated
4898
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@@ -11,19 +11,19 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.42.0",
|
||||
"@formkit/auto-animate": "^0.8.0",
|
||||
"@nuxt/content": "^2.12.0",
|
||||
"@nuxt/image": "^1.3.0",
|
||||
"@formkit/auto-animate": "^0.8.1",
|
||||
"@nuxt/content": "^2.12.1",
|
||||
"@nuxt/image": "^1.4.0",
|
||||
"@nuxtjs/color-mode": "^3.3.2",
|
||||
"@nuxtjs/fontaine": "^0.4.1",
|
||||
"@nuxtjs/robots": "^3.0.0",
|
||||
"@nuxtjs/tailwindcss": "^6.10.3",
|
||||
"@nuxtjs/tailwindcss": "^6.11.4",
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"@vueuse/core": "^10.7.1",
|
||||
"@vueuse/nuxt": "^10.7.1",
|
||||
"@vueuse/core": "^10.9.0",
|
||||
"@vueuse/nuxt": "^10.9.0",
|
||||
"eslint": "^8.39.0",
|
||||
"nuxt": "^3.10.2",
|
||||
"nuxt": "^3.10.3",
|
||||
"nuxt-icon": "^0.6.8",
|
||||
"nuxt-og-image": "^3.0.0-rc.38",
|
||||
"nuxt-simple-sitemap": "^4.2.0",
|
||||
|
||||
Reference in New Issue
Block a user