Update templates tag
This commit is contained in:
@@ -95,6 +95,12 @@ var app = new Vue({
|
||||
}
|
||||
);
|
||||
},
|
||||
computed: {
|
||||
filteredPages: function() {
|
||||
let vm = this;
|
||||
return vm.pages;
|
||||
}
|
||||
},
|
||||
})
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
@@ -127,7 +127,7 @@ var app = new Vue({
|
||||
let vm = this;
|
||||
return vm.pages;
|
||||
}
|
||||
}
|
||||
},
|
||||
})
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user