Merge pull request 'dev' (#34) from dev into master

Reviewed-on: WillaEngine-Project/WillaEngine#34
BE.fix-database
saeid_01 4 years ago
commit db2bbc92fa

@ -81,6 +81,7 @@ export default {
titleFa: " مدیریت محصولات ", titleFa: " مدیریت محصولات ",
icon: "dropbox", icon: "dropbox",
permissionClass: "Product::index", permissionClass: "Product::index",
module: "core",
href: '/product/home', href: '/product/home',
tileClass: 'cyan-theme', tileClass: 'cyan-theme',
}, },
@ -216,4 +217,7 @@ export default {
.drawer.open { .drawer.open {
left: 0px; left: 0px;
} }
.v-application .caption {
font-family: iranyekan-regular!important;
}
</style> </style>

Loading…
Cancel
Save