feat. 공통 로그 변경, 고정 템플릿 로그 추가
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
<script setup lang="ts">
|
||||
import type { ClassType } from '#layers/types/Common'
|
||||
|
||||
interface Props {
|
||||
src: string
|
||||
type?: 'mp4' | 'webm'
|
||||
@@ -9,7 +7,7 @@ interface Props {
|
||||
muted?: boolean
|
||||
loop?: boolean
|
||||
bordered?: boolean
|
||||
class?: ClassType
|
||||
class?: string
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
|
||||
Reference in New Issue
Block a user