Skip to content

Upgrade use of attr inheritance to the options api #1527

@znicholasbrown

Description

@znicholasbrown

We're currently blocked from upgrading to Vue 3.5+ for this project cause of our use of:

export default {
  inheritAttrs: false,
  expose: []
}

everywhere.

We need to update all our components to use: defineOptions({ inheritAttrs: false }) and defineExpose() (if we need to expose anything, otherwise we can omit)

See failed job: https://github.com/PrefectHQ/prefect-design/actions/runs/11962658374/job/33351536977

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions