详解vue3沙箱机制
目录 前言
浏览器编译版本
本地预编译版本
总结
参考 前言
浏览器编译版本
本地预编译版本
总结
参考 前言
vue3 沙箱主要分两种 浏览器编译版本
render 函数编译结果
{{test}} {{Math.floor(1)}} to
const _Vue = Vue; return function render(_ctx, _cache, $props, $setup, $data, $options) { with (_ctx) { const
2022-01-01 13:00:13
18KB
js