云盘
志元云盘
备份云盘
Home
/
志元云盘
/
webdav
/
sync
/
c
/
vue-modbus
/
modbus-project
/
node_modules
/
@vue
/
runtime-core
File
OriginalPic
Thumbnails
CopyAllDownloadUrl
EditTime
Size
dist
2024-08-14 15:53:14
710.81 KB
index.js
2024-07-14 16:19:04
189 B
LICENSE
2024-07-14 16:19:04
1.07 KB
package.json
2024-07-14 16:19:04
827 B
README.md
2024-07-14 16:19:04
656 B
# @vue/runtime-core > This package is published only for typing and building custom renderers. It is NOT meant to be used in applications. For full exposed APIs, see `src/index.ts`. ## Building a Custom Renderer ```ts import { createRenderer } from '@vue/runtime-core' const { render, createApp } = createRenderer({ patchProp, insert, remove, createElement // ... }) // `render` is the low-level API // `createApp` returns an app instance with configurable context shared // by the entire app tree. export { render, createApp } export * from '@vue/runtime-core' ``` See `@vue/runtime-dom` for how a DOM-targeting renderer is implemented.
2025-08-29 22:52:47 Friday 216.73.216.167 Runningtime:0.04s Mem:1.48 MB