","CreateDate":"2022-03-28T11:21:54.61","DetailStyle":"HTML"}]}'; var actionsDatail = new Vue({ el: '#news', data: { detail: [], FLID: '20035' }, mounted: function () { this.getDetail(); }, methods: { getDetail: function () { this.detail = JSON.parse(data); }, } });