feat(dict.ts):添加字典接口和移除全局获取字典项的ts警告;

This commit is contained in:
有来技术
2021-12-08 00:18:45 +08:00
parent 2aee00631e
commit 338f3c59ce
5 changed files with 423 additions and 16 deletions

View File

@@ -0,0 +1,18 @@
<template>
<div>
dictItem
</div>
</template>
<script>
export default {
name: "DictItem"
}
</script>
<style scoped>
</style>