@factor/app
Advanced tools
Comparing version 1.8.22 to 1.8.27
@@ -12,3 +12,3 @@ import "@factor/app" | ||
import { createFactorStore } from "@factor/app/store" | ||
import { runCallbacks } from "@factor/api/hooks" | ||
import { runCallbacks, applyFilters } from "@factor/api/hooks" | ||
import { setting } from "@factor/api/settings" | ||
@@ -53,2 +53,4 @@ import { extendApp } from "./extend-app" | ||
const options = applyFilters("add-vue-options", { store, router }) | ||
const vm = new Vue({ | ||
@@ -63,4 +65,3 @@ mounted(): void { | ||
render: (h: CreateElement): VNode => h(site), | ||
router, | ||
store, | ||
...options, | ||
}) | ||
@@ -67,0 +68,0 @@ |
{ | ||
"name": "@factor/app", | ||
"version": "1.8.22", | ||
"version": "1.8.27", | ||
"license": "GPL-2.0", | ||
@@ -15,3 +15,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "bdf2eba4f78c6e7a243f870ab32983efad438712" | ||
"gitHead": "ef30633d32296a788e201d5725a9ba305e05a699" | ||
} |
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
67580