chore: rename & property missing (#335)

This commit is contained in:
HcySunYang
2019-10-21 22:00:23 +08:00
committed by Evan You
parent 65bd838cb8
commit 71f3826f99
5 changed files with 6 additions and 5 deletions

View File

@@ -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 },

View File

@@ -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: [