mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-10 16:59:52 +01:00
webapp: Use correct method scope
This commit is contained in:
@@ -177,7 +177,7 @@ export default defineComponent({
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
isLogged: this.isLoggedIn(),
|
||||
isLogged: isLoggedIn(),
|
||||
now: {} as Date,
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user