@tager/admin-mail
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -6,1 +6,2 @@ import type { RouteRecordRaw } from 'vue-router'; | ||
export declare const EMAIL_TEST_ROUTE: RouteRecordRaw; | ||
export declare const TAGER_MAIL_ROUTES: Array<RouteRecordRaw>; |
{ | ||
"name": "@tager/admin-mail", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.umd.js", |
@@ -57,1 +57,8 @@ import type { RouteRecordRaw } from 'vue-router'; | ||
}; | ||
export const TAGER_MAIL_ROUTES: Array<RouteRecordRaw> = [ | ||
EMAIL_TEMPLATE_LIST_ROUTE, | ||
EMAIL_TEMPLATE_FORM_ROUTE, | ||
EMAIL_LOG_LIST_ROUTE, | ||
EMAIL_TEST_ROUTE, | ||
]; |
Sorry, the diff of this file is not supported yet
101677
2039