Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vue): fix bug with key type #3084

Merged
merged 1 commit into from
Aug 14, 2023
Merged

fix(vue): fix bug with key type #3084

merged 1 commit into from
Aug 14, 2023

Commits on Aug 13, 2023

  1. fix bug with key type

    Avoid :
    Type '{ filepath: string; webviewPath?: string | undefined; }' is not assignable to type 'string | number | symbol | undefined'.ts(2322)
    runtime-core.d.ts(914, 5): The expected type comes from property 'key' which is declared here on type '{ readonly push?: string | undefined; readonly modelValue?: string | number | boolean | undefined; readonly offset?: string | undefined; readonly offsetLg?: string | undefined; ... 32 more ...; style?: unknown; } & Record<...>'
    (property) key?: string | number | symbol | undefined
    fc92 authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    7fa3ab9 View commit details
    Browse the repository at this point in the history