云盘
志元云盘
备份云盘
Home
/
志元云盘
/
webdav
/
home
/
moxa
/
c
/
vue-modbus
/
modbus-project
/
node_modules
/
@vue
/
runtime-core
File
OriginalPic
Thumbnails
CopyAllDownloadUrl
EditTime
Size
dist
2024-01-09 20:08:31
710.81 KB
index.js
1985-10-26 16:15:00
189 B
LICENSE
1985-10-26 16:15:00
1.07 KB
package.json
1985-10-26 16:15:00
827 B
README.md
1985-10-26 16:15:00
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-09-03 06:56:16 Wednesday 216.73.216.38 Runningtime:0.021s Mem:1.48 MB