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: register viewer by uniq name instead of "component" #5312

Merged
merged 1 commit into from
Jan 25, 2024

Commits on Jan 24, 2024

  1. fix: register viewer by uniq name instead of "component"

    - Anonymous function in object property has a name of the property - component
    - This name is used for global viewer component registration
    - `component` is not a valid name, because it is a built-in name for Vue and it registers a global component
    - Using named function to have an explicit name
    
    Signed-off-by: Grigorii K. Shartsev <[email protected]>
    ShGKme committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    04fcbad View commit details
    Browse the repository at this point in the history