Cristiano Magro
2024-12-26 f8f722e8a2b63220907736782e547c5a06d88988
03 - lists conditional/lists-cond-01-starting-setup/app.js
@@ -1,6 +1,10 @@
const app = Vue.createApp({
  data() {
    return { goals: [] };
    return {
      goals: [],
      enteredGoal: '',
     };
  },
  methods: {
    addGoal() {