mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-18 07:16:48 +08:00
面授
This commit is contained in:
@@ -14,9 +14,12 @@ import zip from '@/assets/image/file/zip.png'
|
||||
import book from '@/assets/image/file/book.png'
|
||||
import {defineProps, ref} from "vue";
|
||||
|
||||
const {modelValue = [],style} = defineProps({
|
||||
const {modelValue = [], style} = defineProps({
|
||||
modelValue: String,
|
||||
style: Object
|
||||
style: {
|
||||
type: Object,
|
||||
default: {}
|
||||
}
|
||||
})
|
||||
const filePath = ref(modelValue)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user