first commit
This commit is contained in:
19
moehu/moehu_admin/src/application/App.tsx
Normal file
19
moehu/moehu_admin/src/application/App.tsx
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* Copyright (c) 2020. bmy
|
||||
*/
|
||||
|
||||
import "@less/imports.less"
|
||||
import { Component } from 'vue-property-decorator';
|
||||
import { VueCustomize } from "@logic/Base.type";
|
||||
|
||||
@Component
|
||||
export default class App extends VueCustomize {
|
||||
|
||||
protected render(): JSX.Element {
|
||||
return (
|
||||
<div id={"app"}>
|
||||
<router-view/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user