项目初始化
This commit is contained in:
14
UI/src/main.ts
Normal file
14
UI/src/main.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import "../scss/app.scss"
|
||||
import "../scss/index.scss"
|
||||
import "../scss/business.scss"
|
||||
|
||||
export class AppComponent
|
||||
{
|
||||
say()
|
||||
{
|
||||
console.log('hello');
|
||||
}
|
||||
}
|
||||
|
||||
let app = new AppComponent();
|
||||
app.say();
|
Reference in New Issue
Block a user