no message

Former-commit-id: 00d87165be5ec4f3962f7ac6094b2d2376fcffb8
Former-commit-id: a7f88602f7367789a9e0ba08823d6e6d996d1b41
Former-commit-id: e77ca1056c8f98e206f5ceef867ee3e97ae784a8
This commit is contained in:
李杨
2018-01-25 20:26:12 +08:00
parent d4db050cce
commit 4bcc6e7396
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
export default {
install (Vue, options) {
Vue.mixin({
created () {
console.log('hahaha')
}
})
}
}