Skip to content

Commit 7352426

Browse files
committed
Step 2 - Data
1 parent e103e95 commit 7352426

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/app.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
</template>
1010

1111
<script>
12+
export default {
13+
data: {
14+
todos: [],
15+
input: ''
16+
}
17+
};
1218
</script>
1319

1420
<style>

0 commit comments

Comments
 (0)