forked from aixan/RuoYi-Vue3-Template
remove all semicolons
This commit is contained in:
@@ -18,7 +18,7 @@ const props = defineProps({
|
||||
iframeId: {
|
||||
type: String
|
||||
}
|
||||
});
|
||||
})
|
||||
|
||||
const height = ref(document.documentElement.clientHeight - 94.5 + "px");
|
||||
const height = ref(document.documentElement.clientHeight - 94.5 + "px")
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user