Skip to content

Commit

Permalink
wip: save
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 committed Dec 18, 2024
1 parent 2e73999 commit c54687d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/compiler-vapor/__tests__/transforms/vBind.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,27 +142,27 @@ describe('compiler v-bind', () => {
{
key: {
type: NodeTypes.SIMPLE_EXPRESSION,
content: '_id',
content: 'id',
isStatic: false,
},
values: [
{
type: NodeTypes.SIMPLE_EXPRESSION,
content: '_id',
content: 'id',
isStatic: false,
},
],
},
{
key: {
type: NodeTypes.SIMPLE_EXPRESSION,
content: '_title',
content: 'title',
isStatic: false,
},
values: [
{
type: NodeTypes.SIMPLE_EXPRESSION,
content: '_title',
content: 'title',
isStatic: false,
},
],
Expand All @@ -188,13 +188,13 @@ describe('compiler v-bind', () => {
{
key: {
type: NodeTypes.SIMPLE_EXPRESSION,
content: '_id',
content: 'id',
isStatic: false,
},
values: [
{
type: NodeTypes.SIMPLE_EXPRESSION,
content: '_id',
content: 'id',
isStatic: false,
},
],
Expand Down

0 comments on commit c54687d

Please sign in to comment.