aq-fe-framework 0.1.1165 → 0.1.1167
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/{chunk-LDOHB4E3.mjs → chunk-ENA4TRWO.mjs} +1 -1
- package/dist/{chunk-T7ETCUK5.mjs → chunk-PKVNK7A7.mjs} +9609 -9615
- package/dist/components/index.mjs +9 -9
- package/dist/const/index.mjs +1 -1
- package/dist/core/index.mjs +9 -9
- package/dist/hooks/index.mjs +1 -1
- package/dist/modules-features/index.d.mts +2 -1
- package/dist/modules-features/index.mjs +4 -4
- package/dist/shared/index.mjs +5 -5
- package/package.json +1 -1
- package/dist/{chunk-S5NCYRRY.mjs → chunk-N5DFWFM6.mjs} +1 -1
|
@@ -139,7 +139,7 @@ async function fetchConfig(configPath) {
|
|
|
139
139
|
return res.json();
|
|
140
140
|
}
|
|
141
141
|
function useConfig({
|
|
142
|
-
configPath =
|
|
142
|
+
configPath = "/config.json",
|
|
143
143
|
key
|
|
144
144
|
}) {
|
|
145
145
|
return useQuery({
|