This commit is contained in:
Kuchenpirat 2024-02-01 07:50:34 +00:00
parent 890b5d93a7
commit 88529457bf

View File

@ -100,7 +100,6 @@ export default defineComponent({
middleware: "auth",
setup() {
const { cookbooks, actions } = useCookbooks();
console.log(cookbooks);
return {
cookbooks,
actions,