Przeglądaj źródła

chore: update readme

Evan You 6 lat temu
rodzic
commit
83428fb844
1 zmienionych plików z 1 dodań i 1 usunięć
  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,