Skip to content

Commit

Permalink
chore: update default content
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Dec 19, 2024
1 parent 8cc1f48 commit eb709a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const useStore = defineStore(`store`, () => {
const addPost = (title: string) => {
currentPostIndex.value = posts.value.push({
title,
content: DEFAULT_CONTENT,
content: `# ${title}`,
}) - 1
}

Expand Down

0 comments on commit eb709a8

Please sign in to comment.