pgo-ui 1.0.7 → 1.0.8
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/{InputSearch-CLCXbAdM.js → InputSearch-D5g5cJir.js} +1 -1
- package/dist/{index-CXdbc5xW.js → index-DBXdp57C.js} +2818 -2823
- package/dist/index.es.js +18 -17
- package/dist/index.umd.js +37 -37
- package/package.json +1 -1
- package/src/index.js +3 -2
- package/src/main.js +2 -0
- package/src/pgo-components/services/axios.js +10 -10
- package/src/router/index.js +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { inject as f, computed as o, ref as c, onBeforeUnmount as T, openBlock as q, createElementBlock as A, normalizeClass as N, createVNode as R, unref as D, createSlots as E, withCtx as g, createElementVNode as d, mergeProps as F, toHandlers as L, withKeys as j } from "vue";
|
|
2
|
-
import { _ as H, a as K } from "./index-
|
|
2
|
+
import { _ as H, a as K } from "./index-DBXdp57C.js";
|
|
3
3
|
import "vue-router";
|
|
4
4
|
const $ = ["value", "placeholder"], O = {
|
|
5
5
|
__name: "InputSearch",
|