提交 6698604d 编写于 作者: D DCloud_LXH

feat: vue 示例

上级 6aff57ec
此差异已折叠。
......@@ -105,6 +105,7 @@ const doubleCount = computed<number>(() : number => {
### 生命周期钩子
<!-- VUEJSON.composition_lifecycle.compatibility -->
<!-- VUEJSON.composition_lifecycle.example -->
#### [函数 event 参数的类型](../tutorial/codegap.md#function-event-argument-type)
......@@ -439,6 +440,8 @@ export default {
<!-- VUEJSON.single_file_component_script.compatibility -->
<!-- VUEJSON.single_file_component_script.example -->
**注意:**
- `defineProps` 仅支持数组字面量、对象字面量定义(等同于 `options` 中的 `props`规则)及使用纯类型参数的方式来声明。
```ts
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册