@burh/nuxt-core 1.0.374 → 1.0.375

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.
@@ -305,7 +305,7 @@ export default {
305
305
  } else {
306
306
  if (response.data) {
307
307
  if (response.data.city_name && response.data.region_code) {
308
- this.city = `${response.data.city_name}, ${response.data.region_code}`;
308
+ this.city = `${response.data.city_name} / ${response.data.region_code}`;
309
309
  }
310
310
  }
311
311
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.374",
3
+ "version": "1.0.375",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {