File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 348
348
"url" : " https://strapi.nuxtjs.org/"
349
349
},
350
350
"detectors" : {
351
- "js" : " window.$nuxt && (window.$strapi || window.$nuxt.$options.context.app.$strapi)"
351
+ "js" : " window.$nuxt && (window.$nuxt.$strapi || window.$nuxt.$options.context.app.$strapi)"
352
+ }
353
+ },
354
+ "nuxt-i18n" : {
355
+ "metas" : {
356
+ "slug" : " nuxt-i18n" ,
357
+ "name" : " nuxt-i18n" ,
358
+ "imgPath" : null ,
359
+ "url" : " https://nuxt-community.github.io/nuxt-i18n/"
360
+ },
361
+ "detectors" : {
362
+ "js" : " window.$nuxt && window.$nuxt.$nuxtI18nSeo"
352
363
}
353
364
}
354
365
}
Original file line number Diff line number Diff line change 62
62
"detectors" : {
63
63
"js" : " (window.$nuxt && window.$nuxt.$warehouse) || [...document.querySelectorAll('*')].map((el) => Boolean(el.__vue__ && el.__vue__.$warehouse)).filter(Boolean).length"
64
64
}
65
+ },
66
+ "vue-i18n" : {
67
+ "metas" : {
68
+ "slug" : " vue-i18n" ,
69
+ "name" : " vue-i18n" ,
70
+ "imgPath" : null ,
71
+ "url" : " https://kazupon.github.io/vue-i18n/"
72
+ },
73
+ "detectors" : {
74
+ "js" : " [...document.querySelectorAll('*')].map((el) => Boolean(el.__vue__ && el.__vue__.$i18n)).filter(Boolean).length"
75
+ }
65
76
}
66
- }
77
+ }
You can’t perform that action at this time.
0 commit comments