diff --git a/client/src/lib.ts b/client/src/lib.ts index abfd242..b27b599 100644 --- a/client/src/lib.ts +++ b/client/src/lib.ts @@ -22,9 +22,6 @@ import Header from '~/components/header.vue' const exportMixin = { computed: { - beforeCreate () { - console.log('Creating neko component', this) - }, $accessor() { return neko },