mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
fix: document.tile is not translated
This commit is contained in:
parent
c783b962ac
commit
002d9c22ab
4 changed files with 9 additions and 5 deletions
|
@ -7,6 +7,7 @@ import { computed } from 'vue'
|
|||
const props = defineProps<{
|
||||
content?: string
|
||||
defaultHeight?: string
|
||||
readonly?: boolean
|
||||
}>()
|
||||
|
||||
const emit = defineEmits(['update:content'])
|
||||
|
@ -30,6 +31,7 @@ const value = computed({
|
|||
minHeight: defaultHeight || '100vh',
|
||||
borderRadius: '5px',
|
||||
}"
|
||||
:readonly="readonly"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue