From: ubugeeei <71201308+Ubugeeei@users.noreply.github.com> Date: Thu, 4 Jan 2024 09:36:37 +0000 (+0900) Subject: chore: add more readme (Codes Copied From `runtime-core`) (#88) X-Git-Tag: v3.6.0-alpha.1~16^2~691 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82f1c58be69c621ed4d6b0dbf0144c5e920554ff;p=thirdparty%2Fvuejs%2Fcore.git chore: add more readme (Codes Copied From `runtime-core`) (#88) --- diff --git a/README.md b/README.md index 4d40dec8a5..d58a74bb2f 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,12 @@ PR are welcome! The code provided here is a duplicate from `runtime-core` as Vapor cannot import it directly. For the time being, we copy any necessary logic from runtime-core into runtime-vapor and document it accordingly. Once the experimental development phase concludes, we will consolidate these elements into a separate software package. - packages/runtime-vapor/src/apiWatch.ts +- packages/runtime-vapor/src/component.ts +- packages/runtime-vapor/src/componentProps.ts +- packages/runtime-vapor/src/enums.ts - packages/runtime-vapor/src/errorHandling.ts - packages/runtime-vapor/src/scheduler.ts +- packages/runtime-vapor/src/warning.ts If there are more, please feel free to add.