Skip to content

Commit

Permalink
chore: update issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Feb 4, 2024
1 parent e10a7b4 commit b4063ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/runtime-core/__tests__/componentProps.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ describe('component props', () => {
)
})

// #691ef
// #6915
test('should not mutate original props long-form definition object', () => {
const props = {
msg: {
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-vapor/__tests__/componentProps.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ describe('component props (vapor)', () => {
// TODO: attrs
})

// #691ef
// #6915
test('should not mutate original props long-form definition object', () => {
const props = {
msg: {
Expand Down

0 comments on commit b4063ba

Please sign in to comment.