1. 程式人生 > >vue 模板語法

vue 模板語法

-- 字符 IV bsp data style ret nbsp urn

data() {
            return {
                msg: ‘mfg‘
            }
        },
<!--模板字符串-->
        {{`${msg}`}}
        <!--雙大括號-->
        {{msg}}

vue 模板語法