選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

9 行
231 B

  1. import { defineMixin } from '../../libs/vue'
  2. import { registerComponentProps } from '../../libs/config/props.js'
  3. const defProps = registerComponentProps({ safeBottom: {} })
  4. export const props = defineMixin({
  5. props: {
  6. }
  7. })