提交 6c0a1618 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

docs(uni-app-x): props 移除不兼容写法

上级 689e934f
......@@ -46,8 +46,6 @@ uni-app x支持的组件包括:
- 仅支持直接在 `export default` 内部声明,不支持其他位置定义后,在 `export default` 中引用。
- 复杂数据类型需要通过 `PropType` 标记类型,[详见](https://cn.vuejs.org/guide/typescript/options-api.html#typing-component-props)
```ts
import { type PropType } from 'vue'
type Obj = { a: number }
export default {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册