Skip to content

Commit

Permalink
fix: internal property not marked internal
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Dec 12, 2024
1 parent cbeb5a5 commit 560652f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coalesce-vue/src/viewmodel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export abstract class ViewModel<

// Backwards-compat with vue2 nonreactive sets.
// Typed as any because vue ref unwrapping causes problems with a prop that is a maybe ref.
/** @internal */
_dirtyPropsVersion: any = IsVue2 ? ref(0) : undefined;

/**
Expand Down

0 comments on commit 560652f

Please sign in to comment.