feat(dict.ts):添加字典接口和移除全局获取字典项的ts警告;
This commit is contained in:
18
src/views/system/dict/components/DictItem.vue
Normal file
18
src/views/system/dict/components/DictItem.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<div>
|
||||
dictItem
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "DictItem"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user