@factor/app
Advanced tools
Comparing version 1.3.5 to 1.3.8
@@ -14,4 +14,8 @@ /* eslint-disable import/no-unresolved */ | ||
faviconPath: "__FIND__/static/favicon.png" | ||
}, | ||
globalMetaInfo: { | ||
titleTemplate: "%s", | ||
image: "" | ||
} | ||
} | ||
} |
{ | ||
"name": "@factor/app", | ||
"version": "1.3.5", | ||
"version": "1.3.8", | ||
"license": "GPL-2.0", | ||
@@ -17,3 +17,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "07a4b0d51964b85c29a40f09c33977a74276e6bf" | ||
"gitHead": "7ee598193ab5015b18fd8eb421ef913a57fe1166" | ||
} |
import { runCallbacks, applyFilters, stored } from "@factor/api" | ||
import { getObservables } from "@factor/app" | ||
import Vue, { VueConstructor } from "vue" | ||
import { CurrentFactorPost } from "@factor/post/types" | ||
import { FactorPostState } from "@factor/post/types" | ||
export default (): VueConstructor => { | ||
@@ -13,3 +13,3 @@ return Vue.extend({ | ||
computed: { | ||
post(): CurrentFactorPost { | ||
post(): FactorPostState { | ||
return stored("post") | ||
@@ -16,0 +16,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46059
676