(function() { new Vue({ el: "#app", data: { dataList:[], }, mounted: function() { var vm = this }, methods: { }, }) })