mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-21 14:13:36 +08:00
fix: update @pureadmin/utils
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import amap from "./src/Amap.vue";
|
||||
import { withInstall } from "/@/utils";
|
||||
import { withInstall } from "@pureadmin/utils";
|
||||
|
||||
/** 高德地图组件 */
|
||||
export const Amap = withInstall(amap);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { reactive, getCurrentInstance, onBeforeMount, onUnmounted } from "vue";
|
||||
import { deviceDetection } from "/@/utils/deviceDetection";
|
||||
import { deviceDetection } from "@pureadmin/utils";
|
||||
import AMapLoader from "@amap/amap-jsapi-loader";
|
||||
import { mapJson } from "/@/api/mock";
|
||||
import car from "/@/assets/car.png";
|
||||
|
||||
Reference in New Issue
Block a user