globalProperties string: {{ globalPropertiesStr }}
globalProperties number: {{ globalPropertiesNum }}
globalProperties boolean: {{ globalPropertiesBool }}
globalProperties object: {{ globalPropertiesObj }}
globalProperties null: {{ globalPropertiesNull }}
globalProperties array: {{ globalPropertiesArr }}
globalProperties set: {{ globalPropertiesSet }}
globalProperties map: {{ globalPropertiesMap }}
globalProperties reactiveObj.str: {{ globalPropertiesReactiveObj['str'] }}
globalProperties reactiveObj.num: {{ globalPropertiesReactiveObj['num'] }}
globalProperties reactiveObj.boolean:
{{ globalPropertiesReactiveObj['bool'] }}
globalProperties fun 返回值: {{ globalPropertiesFn() }}