mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-21 11:30:33 +03:00
add change event
This commit is contained in:
@@ -15,7 +15,7 @@ export default function getMetaInfo (component) {
|
||||
for (let key in info) {
|
||||
if (info.hasOwnProperty(key)) {
|
||||
const value = info[key]
|
||||
if (typeof value === 'function') {
|
||||
if (typeof value === 'function' && key !== 'changed') {
|
||||
info[key] = value()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user