-
- The FarmData2 School module will only appear in the development environment.
- It provides a working space for completing the FarmData2 School onboarding
- activities.
-
-
- {{ pageDoneLoading }}
-
-
-
-
+ computed: {
+ pageDoneLoading() {
+ return this.createdCount == 1;
+ },
+ },
+ created() {
+ this.createdCount++;
+ },
+ methods: {
+ navigateTo(path) {
+ window.location.href = path;
+ },
+ },
+ };
+
+
+
\ No newline at end of file