属性库

This commit is contained in:
wang-liang0615 2023-08-15 19:26:49 +08:00
parent 2471af867a
commit 348a34d862
1 changed files with 200 additions and 201 deletions

View File

@ -78,7 +78,7 @@
import { searchAttributes } from '../../api/CITypeAttr'
import AttributeCard from './attributeCard.vue'
export default {
name: 'AttributeStore',
name: 'AttrbuteStore',
components: { AttributeCard },
data() {
return {
@ -210,4 +210,3 @@
}
}
</style>