模板中能用的全局变量汇总:Infinity
, undefined
, NaN
, isFinite
, isNaN
, parseFloat
, parseInt
, decodeURI
, decodeURIComponent
, encodeURI
, encodeURIComponent
, Math
, Number
, Date
, Array
, Object
, Boolean
, String
, RegExp
, Map
, Set
, JSON
, Intl
, BigInt
, console
, Error
, Symbol
相比 Vue2 多了 后面几个
也可以自行在app.config.globalProperties
上显式地添加全局变量,供所有的 Vue 表达式使用
其他内容基本与 Vue2 相同:Vue2 模板语法