mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
feat:地图组件暂存
This commit is contained in:
19
src/views/components/map/index.vue
Normal file
19
src/views/components/map/index.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang='ts'>
|
||||
export default {
|
||||
setup(){
|
||||
return{
|
||||
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="welcome">
|
||||
<a
|
||||
title="欢迎Star"
|
||||
href="https://github.com/xiaoxian521/CURD-TS/tree/vue-ts"
|
||||
href="https://github.com/xiaoxian521/CURD-TS"
|
||||
target="_blank"
|
||||
>点击打开仓库地址</a
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user