create-ivity
Advanced tools
| <template> | ||
| <div>test-auto-view</div> | ||
| </template> | ||
| <script setup> | ||
| </script> | ||
| <style scoped lang='scss'> | ||
| </style> |
+1
-1
| { | ||
| "name": "create-ivity", | ||
| "version": "1.2.7", | ||
| "version": "1.2.8", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -43,2 +43,3 @@ import { proxy } from "epii-xx-admin"; | ||
| proxy.global.router.push(indexPath); | ||
| window.location.reload(); | ||
| } | ||
@@ -45,0 +46,0 @@ |
@@ -1,4 +0,4 @@ | ||
| import { adminInit } from "./app-boot/app-init-todo"; | ||
| import { xxAdminInit, proxy } from "epii-xx-admin"; | ||
| import appInit from "./app-boot/app-init.js"; | ||
| /** | ||
@@ -12,3 +12,3 @@ * | ||
| proxy.pages.installRoutes(router.getRoutes()); | ||
| adminInit(); | ||
| await appInit(); | ||
| } |
| { | ||
| "include": [ | ||
| ".", | ||
| ".ivity-runtime/@types/process.d.ts" | ||
| ], | ||
| "compilerOptions": { | ||
| "paths": {} | ||
| } | ||
| } |
9289
0.26%221
-3.07%