fix: remove useless cssrName

This commit is contained in:
07akioni 2021-01-04 01:17:56 +08:00
parent 0b6741d2fd
commit 74ca239059
2 changed files with 0 additions and 2 deletions

View File

@ -34,7 +34,6 @@ function getOffset (el, container) {
export default {
name: 'BaseAnchor',
cssrName: 'Anchor',
provide () {
return {
NAnchor: this

View File

@ -121,7 +121,6 @@ function wrapValidator (validator) {
export default defineComponent({
name: 'FormItem',
cssrName: 'Form',
components: {
Feedbacks
},