af-mobile-client-vue3 1.1.4 → 1.1.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.1.4",
4
+ "version": "1.1.5",
5
5
  "description": "Vue + Vite component lib",
6
6
  "license": "MIT",
7
7
  "engines": {
@@ -996,7 +996,7 @@ onUnmounted(() => {
996
996
  </div>
997
997
  </template>
998
998
 
999
- <style lang="scss" scoped>
999
+ <style lang="less" scoped>
1000
1000
  .map-wrapper {
1001
1001
  position: relative;
1002
1002
  width: 100%;