init
This commit is contained in:
10
app/src/download.js
Normal file
10
app/src/download.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import 'babel-polyfill';
|
||||
import Vue from 'vue';
|
||||
import Download from './Download.vue';
|
||||
|
||||
new Vue({
|
||||
el: '#download',
|
||||
render: h => h(Download)
|
||||
});
|
||||
|
||||
window.PSITRANSFER_VERSION = PSITRANSFER_VERSION;
|
||||
Reference in New Issue
Block a user