@tslib/vue-ext
Advanced tools
Comparing version 1.0.29 to 1.0.30
@@ -18,2 +18,3 @@ import Vue from "vue"; | ||
icon?: string; | ||
accessGroup?: [string]; | ||
timerInterval?: number; | ||
@@ -20,0 +21,0 @@ onTimer?: Function; |
{ | ||
"name": "@tslib/vue-ext", | ||
"version": "1.0.29", | ||
"version": "1.0.30", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "config file loader for typescript", |
@@ -17,3 +17,3 @@ import Vue, { VueConstructor } from "vue"; | ||
icon: string; | ||
index: number; | ||
index: number; // 排序 | ||
pages: { | ||
@@ -20,0 +20,0 @@ [p: string]: Vue; |
@@ -49,2 +49,3 @@ import Vue, { VueConstructor, FunctionalComponentOptions } from "vue"; | ||
icon?: string; | ||
accessGroup?: [string]; // 权限组 | ||
timerInterval?: number; | ||
@@ -51,0 +52,0 @@ onTimer?: Function; |
Sorry, the diff of this file is not supported yet
31913
422