refactor: refs #8440 remove unused 'style' attribute from computed $attrs in VnNotes component
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
ad96392cba
commit
ae502d5fac
|
@ -20,7 +20,7 @@ const emit = defineEmits(['onFetch']);
|
||||||
|
|
||||||
const originalAttrs = useAttrs();
|
const originalAttrs = useAttrs();
|
||||||
const $attrs = computed(() => {
|
const $attrs = computed(() => {
|
||||||
const { style, required, deletable, ...rest } = originalAttrs;
|
const { required, deletable, ...rest } = originalAttrs;
|
||||||
return rest;
|
return rest;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue