remove console.log.
This commit is contained in:
parent
6497109292
commit
f68b8fe922
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue