We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f1f22 commit b2ad869Copy full SHA for b2ad869
components/CrsSelector.vue
@@ -66,7 +66,7 @@
66
async function get_crs_table() {
67
const params = { input_geode_object }
68
toggle_loading()
69
- console.log("schema", schema.methods)
+
70
await api_fetch(
71
{ schema, params },
72
{
package.json
@@ -45,10 +45,6 @@
45
"@vueuse/core": "^10.7.2",
46
"@vueuse/nuxt": "^10.7.2",
47
"ajv": "^8.12.0",
48
- "fs": "^0.0.1-security",
49
- "glob": "^10.3.10",
50
- "lodash": "^4.17.21",
51
- "path": "^0.12.7",
52
"pinia": "^2.1.7",
53
"sass": "^1.70.0",
54
"semver": "^7.5.4",
@@ -74,4 +70,4 @@
74
"publishConfig": {
75
"access": "public"
76
}
77
-}
73
+}
0 commit comments