chore: fix typo (#339)

This commit is contained in:
Dmitry Sharshakov 2019-10-21 17:04:34 +03:00 committed by Evan You
parent f241c92917
commit 27f3c2d751

View File

@ -10,7 +10,7 @@ For full exposed APIs, see `src/index.ts`. You can also run `yarn build runtime-
import { createRenderer, createAppAPI } from '@vue/runtime-core'
const { render, createApp } = createRenderer({
pathcProp,
patchProp,
insert,
remove,
createElement,