feat(Calendar): implement component #1141
Annotations
2 errors and 3 warnings
Typecheck:
test/components/Calendar.spec.ts#L13
Argument of type '(nameOrHtml: string, options: { props?: CalendarProps; slots?: Partial<CalendarSlots>; }) => Promise<void>' is not assignable to parameter of type '(...args: [string, { props: { as: string; }; }] | [string, { props: { class: string; }; }] | [string, { props: { ui: {}; }; }] | [string, { slots: { default: () => "Default slot"; }; }]) => Awaitable<void>'.
|
Typecheck
Process completed with exit code 2.
|
Lint:
src/runtime/components/InputMenu.vue#L334
Variable 'modelValue' is already declared in the upper scope
|
Lint:
src/runtime/components/Select.vue#L172
Variable 'modelValue' is already declared in the upper scope
|
Lint:
src/runtime/components/SelectMenu.vue#L304
Variable 'modelValue' is already declared in the upper scope
|
Loading