提交 254069a3 编写于 作者: H hdx

feat(circular-reference): 移除循环引用测试例,仅保留递归

上级 ccae62c2
<template>
<view>
<child-a class="page-child-a" :text="text" :limit="10"></child-a>
<!-- <child-a class="page-child-a" :text="text" :limit="10"></child-a> -->
<child-c class="page-child-c" :text="text" :limit="10"></child-c>
</view>
</template>
<script>
import childA from './child-a.uvue'
// import childA from './child-a.uvue'
import childC from './child-c.uvue'
export default {
components: {
childA,
// childA,
childC
},
data() {
......@@ -19,7 +19,7 @@
}
},
onLoad() {
this.text = Date.now().toString()
this.text = "Date.now().toString()"
}
}
</script>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册