refactor: applyDirectives -> withDirectives

This commit is contained in:
Evan You
2019-10-18 16:35:01 -04:00
parent cba34453db
commit e98a85f3cb
20 changed files with 63 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
import {
h,
applyDirectives,
withDirectives,
ref,
render,
nodeOps,
@@ -107,7 +107,7 @@ describe('directives', () => {
},
render() {
_prevVnode = _vnode
_vnode = applyDirectives(h('div', count.value), [
_vnode = withDirectives(h('div', count.value), [
[
{
beforeMount,
@@ -174,7 +174,7 @@ describe('directives', () => {
},
render() {
_prevVnode = _vnode
_vnode = applyDirectives(h('div', count.value), [
_vnode = withDirectives(h('div', count.value), [
[
fn,
// value