modif listArticle

pull/6/head
mapoint2 1 year ago
parent 88dedbfee3
commit 76787c26ef

@ -6,7 +6,13 @@
</head>
<body>
{% for value in dVue.data %}
<p>{{value}}</p>
<p>
{% for article in value}
<p>
{{article}}
</p>
{% endfor %}
</p>
{% endfor %}
</body>
</html>
Loading…
Cancel
Save