2
0
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:
pimlie
2019-02-11 12:03:54 +01:00
parent 2862a5be8b
commit 02e4094a35
+1
View File
@@ -8,6 +8,7 @@ export default function _$meta(options = {}) {
*/
return function $meta() {
return {
inject: () => {},
refresh: refresh(options).bind(this)
}
}