modif listArticle

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

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