status.page.js 140 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 import Vue from 'vue'; import Status from 'me/refund-status.vue'; new Vue({ el: '#status', components: { Status } });