Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
Signed-off-by: nurRiyad <[email protected]>
  • Loading branch information
nurRiyad committed Nov 8, 2024
1 parent fcdebee commit 5841699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
9 changes: 2 additions & 7 deletions components/blog/card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@ withDefaults(defineProps<Props>(), {
published: false,
})
const x = 10;
console.log(x);
</script>

<template>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write ./"
"format": "prettier --check ./",
"format:fix": "prettier --write ./"
},
"devDependencies": {
"@formkit/auto-animate": "^0.8.2",
Expand Down

0 comments on commit 5841699

Please sign in to comment.