main-sort-page.js 94 Bytes Raw Blame History Permalink 1 2 3 4 import App from './views/sort/index.vue'; import createApp from './create-app' createApp(App)