vuejs / core-vapor

Vue Vapor is a variant of Vue that offers rendering without the Virtual DOM.
https://vapor-repl.netlify.app
MIT License
1.8k stars 86 forks source link

feat(runtime-vapor): implement proxy instance properties on render #224

Closed amebyte closed 3 months ago

amebyte commented 3 months ago

implement proxy instance properties on render

netlify[bot] commented 3 months ago

Deploy Preview for vapor-template-explorer ready!

Name Link
Latest commit 8973f68cd689a3cff3432eec9a1f977d70004a0c
Latest deploy log https://app.netlify.com/sites/vapor-template-explorer/deploys/665c5652a281d00008d0a834
Deploy Preview https://deploy-preview-224--vapor-template-explorer.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 3 months ago

Deploy Preview for vapor-repl ready!

Name Link
Latest commit 8973f68cd689a3cff3432eec9a1f977d70004a0c
Latest deploy log https://app.netlify.com/sites/vapor-repl/deploys/665c5652d763680008f01423
Deploy Preview https://deploy-preview-224--vapor-repl.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

sxzz commented 3 months ago

See https://github.com/vuejs/core-vapor/issues/74#issuecomment-1889849313

Public instances will not be implemented now.

amebyte commented 3 months ago

See #74 (comment)

Public instances will not be implemented now.

OK ~