25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- import { defineMixin } from '../../libs/vue'
- import { registerComponentProps } from '../../libs/config/props.js'
-
- const defProps = registerComponentProps({ tabsItem: {} })
- export const props = defineMixin({
- props: {
-
- }
- })
|