2 Star 3 Fork 0

mnkv/uni-x

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
main.uts 143 Bytes
Copy Edit Raw Blame History
import App from './App'
import { createSSRApp } from 'vue'
export function createApp() {
const app = createSSRApp(App)
return {
app
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/hexinkuo/uni-x.git
git@gitee.com:hexinkuo/uni-x.git
hexinkuo
uni-x
uni-x
master

Search