You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/shared/mixin.js
+13-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
importtriggerUpdatefrom'../client/triggerUpdate'
2
+
importhasMetaInfofrom'./hasMetaInfo'
2
3
import{isUndefined,isFunction}from'./typeof'
3
4
import{ensuredPush}from'./ensure'
4
5
@@ -16,7 +17,7 @@ export default function createMixin(Vue, options) {
16
17
console.warn('VueMeta DeprecationWarning: _hasMetaInfo has been deprecated and will be removed in a future version. Please import hasMetaInfo and use hasMetaInfo(vm) instead')// eslint-disable-line no-console
0 commit comments