mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-03 04:14:04 +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 {
|
||||
inject: () => {},
|
||||
refresh: refresh(options).bind(this)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user