小程序初始提交
This commit is contained in:
14
cool-unix/main.ts
Normal file
14
cool-unix/main.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { createSSRApp } from "vue";
|
||||
import { cool } from "./cool";
|
||||
import App from "./App.uvue";
|
||||
import "./router";
|
||||
|
||||
export function createApp() {
|
||||
const app = createSSRApp(App);
|
||||
|
||||
cool(app);
|
||||
|
||||
return {
|
||||
app
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user