Evan You пре 6 година
родитељ
комит
83428fb844
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/runtime-core/README.md

+ 1 - 1
packages/runtime-core/README.md

@@ -7,7 +7,7 @@ For full exposed APIs, see `src/index.ts`. You can also run `yarn build runtime-
 ## Building a Custom Renderer
 
 ``` ts
-import { createRenderer, createAppAPI } from '@vue/runtime-core'
+import { createRenderer } from '@vue/runtime-core'
 
 const { render, createApp } = createRenderer({
   patchProp,