Archived
2
0

remove console.log.

This commit is contained in:
m1k1o 2021-03-09 18:17:03 +01:00
parent 6497109292
commit f68b8fe922

View File

@ -22,9 +22,6 @@ import Header from '~/components/header.vue'
const exportMixin = { const exportMixin = {
computed: { computed: {
beforeCreate () {
console.log('Creating neko component', this)
},
$accessor() { $accessor() {
return neko return neko
}, },