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