mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-08 04:42:25 +03:00
feat: add afterNavigation callback (fix: #259)
This commit is contained in:
@@ -100,7 +100,7 @@ describe('plugin', () => {
|
||||
expect(batchUpdateSpy).not.toHaveBeenCalled()
|
||||
jest.clearAllMocks()
|
||||
|
||||
const metaInfo = wrapper.vm.$meta().resume()
|
||||
const { metaInfo } = wrapper.vm.$meta().resume()
|
||||
expect(metaInfo.title).toBe(title)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user