Files
privacy.sexy/src/presentation/components/Scripts
undergroundwires b25b8cc805 fix vue warning for undefined property during render
currentOs is not recognized as reactive property as it's set to "undefined". JavaScript does not accept "undefined" as valid value to initialize. A property needs to be initialized with a non-undefined value to become reactive in a class-based component. Otherwise Vue warns: Property or method "currentOs" is not defined on the instance but referenced during render.
2021-04-19 18:21:06 +02:00
..
2021-03-07 19:37:54 +01:00
2021-03-07 19:37:54 +01:00