You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debugger attached.
node_modules/.pnpm/[email protected][email protected][email protected]_/node_modules/vue-tianditu/packages/install.ts:9:21 - error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.
error like this:
Debugger attached.
node_modules/.pnpm/[email protected][email protected][email protected]_/node_modules/vue-tianditu/packages/install.ts:9:21 - error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.
9 app.component(component.name, component);
~~~~~~~~~~~~~~
node_modules/.pnpm/[email protected][email protected][email protected]_/node_modules/vue-tianditu/packages/utils/string.ts:6:14 - error TS2322: Type 'string' is not assignable to type 'Capitalize'.
6 if (!word) return word;
~~~~~~
node_modules/.pnpm/[email protected][email protected][email protected]_/node_modules/vue-tianditu/packages/utils/string.ts:7:3 - error TS2322: Type 'string' is not assignable to type 'Capitalize'.
7 return word[0].toUpperCase() + word.substr(1).toLowerCase();
The text was updated successfully, but these errors were encountered: