++
This commit is contained in:
@@ -266,4 +266,5 @@ App_Data/
|
||||
wwwroot/Media/
|
||||
Temp/
|
||||
**/Assets/app.*
|
||||
**/Assets/setup.*
|
||||
deps/*.dll
|
||||
@@ -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])
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user