Sign In

create-ivity

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-ivity - npm Package Compare versions

Comparing version
1.2.7
to
1.2.8
+9
templates/vue-base/components/test-comp.vue
<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": {}
}
}