@okiss/oms 0.0.4 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js
CHANGED
|
@@ -32,6 +32,7 @@ import "element-plus/dist/index.css";
|
|
|
32
32
|
import "dayjs/locale/zh-cn";
|
|
33
33
|
import { VForm, VBtn, JsonView, VTable, VChart, VIcon, setUploadHeaderHandle } from "@okiss/vbtf";
|
|
34
34
|
import "normalize.css/normalize.css";
|
|
35
|
+
import "@okiss/vbtf/style.css";
|
|
35
36
|
import { useRoute as useRoute$1, onBeforeRouteLeave, useRouter, createRouter, createWebHashHistory, onBeforeRouteUpdate } from "vue-router";
|
|
36
37
|
import "element-plus/es/components/row/style/css";
|
|
37
38
|
import "element-plus/es/components/drawer/style/css";
|
|
@@ -4966,7 +4967,7 @@ const _sfc_main$8 = {
|
|
|
4966
4967
|
const _sfc_main$7 = {
|
|
4967
4968
|
__name: "form",
|
|
4968
4969
|
setup(__props) {
|
|
4969
|
-
const route = useRoute();
|
|
4970
|
+
const route = useRoute$1();
|
|
4970
4971
|
const schemaHandler = (schema, project) => {
|
|
4971
4972
|
const allowedProps = Object.keys(VForm.props);
|
|
4972
4973
|
Object.keys(schema).forEach((key) => {
|