mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 19:41:59 +08:00
fix: map name error
This commit is contained in:
parent
5fb8881763
commit
5e88b8d01f
@ -9,5 +9,11 @@ export default antfu(
|
|||||||
'ts/no-unused-expressions': ['error', { allowShortCircuit: true }],
|
'ts/no-unused-expressions': ['error', { allowShortCircuit: true }],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
vue: {
|
||||||
|
overrides: {
|
||||||
|
'vue/no-reserved-component-names': 'off',
|
||||||
|
'vue/component-definition-name-casing': 'off',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
@ -6,20 +6,20 @@ import AMap from './components/AMap.vue'
|
|||||||
import BMap from './components/BMap.vue'
|
import BMap from './components/BMap.vue'
|
||||||
|
|
||||||
defineOptions({
|
defineOptions({
|
||||||
name: 'PluginMap',
|
name: 'map',
|
||||||
})
|
})
|
||||||
|
|
||||||
const maps = [
|
const maps = [
|
||||||
{
|
|
||||||
id: 'AMap',
|
|
||||||
label: '高德地图',
|
|
||||||
component: AMap,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 'BMap',
|
id: 'BMap',
|
||||||
label: '百度地图',
|
label: '百度地图',
|
||||||
component: BMap,
|
component: BMap,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'AMap',
|
||||||
|
label: '高德地图',
|
||||||
|
component: AMap,
|
||||||
|
},
|
||||||
]
|
]
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user