Skip to content

Commit 838d512

Browse files
committed
style(proxy): remove unnecessary ref
1 parent 5904d98 commit 838d512

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vue3-components/src/widgets/Proxy/script.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,12 @@ export default {
3838
name: toRef(props.name),
3939
});
4040

41-
const dynamicSize = ref(props.size);
4241
const properties = inject("properties");
4342

4443
const model = computed({
4544
get() {
4645
/* eslint-disable no-unused-expressions */
4746
props.mtime; // force refresh
48-
dynamicSize.value;
4947
const value = properties() && properties()[props.name];
5048
if (!value && props.size > 1) {
5149
const emptyArray = [];

0 commit comments

Comments
 (0)