This commit is contained in:
2020-04-06 13:29:34 +02:00
parent 0d46179a3f
commit 6883e3c50c
5 changed files with 3 additions and 2110 deletions
+1
View File
@@ -266,4 +266,5 @@ App_Data/
wwwroot/Media/
Temp/
**/Assets/app.*
**/Assets/setup.*
deps/*.dll
-2
View File
@@ -20,8 +20,6 @@ export default {
key = hasAtSign ? key.slice(1) : key;
let value = this.cache;
console.info({ key, value });
for (let part of key.split('.'))
{
if (!value[part])
+1 -1
View File
@@ -50,7 +50,7 @@
mounted ()
{
console.info(this.$router);
console.info(this.$router.history.current.path);
SectionsApi.getAll().then(items =>
{
@@ -7,7 +7,7 @@
"item": {
"dashboard": "Dashboard",
"lists": "Lists",
//"media": "Media",
"media": "Media",
"pages": "Pages",
"settings": "Settings"
}
File diff suppressed because one or more lines are too long