fix(kit): remove globalName from v3 schema (#1277)

This commit is contained in:
Daniel Roe 2021-10-20 11:32:17 +01:00 committed by GitHub
parent 22acd39508
commit 7df4590d77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -274,7 +274,6 @@ export default {
* Allows customizing the global ID used in the main HTML template as well as the main * Allows customizing the global ID used in the main HTML template as well as the main
* Vue instance name and other options. * Vue instance name and other options.
* @version 2 * @version 2
* @version 3
*/ */
globalName: { globalName: {
$resolve: val => (typeof val === 'string' && /^[a-zA-Z]+$/.test(val)) ? val.toLocaleLowerCase() : 'nuxt' $resolve: val => (typeof val === 'string' && /^[a-zA-Z]+$/.test(val)) ? val.toLocaleLowerCase() : 'nuxt'