DmnChzl / ReadWrite

Another note-taking application...
Other
0 stars 0 forks source link

HomeView: Use "shortText" Rather Than "currentVersion['id']" #1

Open DmnChzl opened 1 year ago

DmnChzl commented 1 year ago
<RouterLink v-else :to="'/edit/' + note.id">
  <ListItem
    :bgColor="note.bgColor"
    :title="note.currentVersion.id"
    :subTitle="note.currentVersion.longText" />
</RouterLink>
DmnChzl commented 1 year ago

bugfix/listitem-title