纵有疾风起,人生不言弃
1234567891011
// 需要编译器new Vue({ template: '<div>{{ hi }}</div>'})// 不需要编译器new Vue({ render (h) { return h('div', this.hi) }})
运行时版本相比完整版体积要小大约 30%,如果任然希望使用完整版,需要在打包工具中配置别名