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
We're currently blocked from upgrading to Vue 3.5+ for this project cause of our use of:
exportdefault{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)
…e peer dep, see #1527Revert vue peer dep, see #1527Revert vue peer dep, see #1527Revert vue peer dep, see #1527Revert vue peer dep, see #1527Revert vue peer dep, see #1527Revert vue peer dep, see #1527
We're currently blocked from upgrading to Vue 3.5+ for this project cause of our use of:
everywhere.
We need to update all our components to use:
defineOptions({ inheritAttrs: false })
anddefineExpose()
(if we need to expose anything, otherwise we can omit)See failed job: https://github.com/PrefectHQ/prefect-design/actions/runs/11962658374/job/33351536977
The text was updated successfully, but these errors were encountered: