Skip to content

v0.11.10 bug【Uncaught RangeError: Maximum call stack size exceeded】 #853

Closed
@zwlcoding

Description

@zwlcoding
<div id="test">
    <input v-model="searchText" />
    <div id="contacts-list" class="demo">
        <div v-repeat="list | filterBy searchText | orderBy '$key' ">
            <strong>{{$key}}</strong>
            <div v-repeat="$value" style="padding-left:10px;">
                {{nickname}}
            </div>
        </div>
    </div>
</div>
var demo = new Vue({
  el: '#test',
  data: {"list":tmp}
})

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions