mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-22 10:10:34 +03:00
fix: add inject stub for browser build
This commit is contained in:
@@ -8,6 +8,7 @@ export default function _$meta(options = {}) {
|
|||||||
*/
|
*/
|
||||||
return function $meta() {
|
return function $meta() {
|
||||||
return {
|
return {
|
||||||
|
inject: () => {},
|
||||||
refresh: refresh(options).bind(this)
|
refresh: refresh(options).bind(this)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user