chore: rename & property missing (#335)
This commit is contained in:
@@ -313,7 +313,7 @@ describe('compiler: transform', () => {
|
||||
},
|
||||
{
|
||||
type: NodeTypes.JS_CALL_EXPRESSION,
|
||||
// should wrap applyDirectives() around createBlock()
|
||||
// should wrap withDirectives() around createBlock()
|
||||
callee: WITH_DIRECTIVES,
|
||||
arguments: [
|
||||
{ callee: CREATE_BLOCK },
|
||||
|
||||
@@ -857,7 +857,7 @@ describe('compiler: v-for', () => {
|
||||
type: NodeTypes.JS_SEQUENCE_EXPRESSION,
|
||||
expressions: [
|
||||
{ callee: OPEN_BLOCK },
|
||||
// should wrap applyDirectives() around createBlock()
|
||||
// should wrap withDirectives() around createBlock()
|
||||
{
|
||||
callee: WITH_DIRECTIVES,
|
||||
arguments: [
|
||||
|
||||
Reference in New Issue
Block a user