dashboard
repositories
filestore
activity
search
login
udemy
/
corso-vue
corso vuejs
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
step lezione 09
Cristiano Magro
2025-01-06
4f1007a220ad55da91012edba0cfa14f006615ca
[udemy/corso-vue.git]
/
09 - deeper into components
/
cmp-adv-07-keeping-dynamic-components-alive
/
src
/
components
/
ManageGoals.vue
commit
|
author
|
age
4f1007
1
<template>
CM
2
<div>
3
<h2>Manage Goals</h2>
4
<input type="text" />
5
</div>
6
</template>