[M] Move app into components dir

This commit is contained in:
Hykilpikonna
2019-08-16 16:42:03 +08:00
parent 1524303486
commit 634db4c906
5 changed files with 10 additions and 11 deletions
+8
View File
@@ -0,0 +1,8 @@
import {Component, Vue} from 'vue-property-decorator';
@Component({
components: {},
})
export default class App extends Vue
{
}