Example 1: v-html vue js // js code const appFunction = Vue.createApp({ data(){ return{ globalFun1:'hello fun 1', globalFun2:' hello fun 2 ', textFun:'' } } ...
確定! 回上一頁