mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-13 09:47:07 +02:00
Mention to vue.js
This commit is contained in:
parent
bdc64be5d9
commit
7bb0f7e5be
@ -6,6 +6,7 @@
|
|||||||
<%= t ".description" %>
|
<%= t ".description" %>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<!-- vue.js -->
|
||||||
<div id="chapter1">
|
<div id="chapter1">
|
||||||
<form>
|
<form>
|
||||||
<p v-repeat="payloads">
|
<p v-repeat="payloads">
|
||||||
@ -17,8 +18,9 @@
|
|||||||
</form>
|
</form>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
<button class="btn btn-primary" v-on="click:fetchLogs"><%= t ".reload_log" %></button>
|
<button class="btn btn-primary" v-on="click: fetchLogs"><%= t ".reload_log" %></button>
|
||||||
|
|
||||||
<span v-repeat="logs">{{ $value }}
|
<span v-repeat="logs">{{ $value }}
|
||||||
</span></pre>
|
</span></pre>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- /vue.js -->
|
||||||
|
Loading…
Reference in New Issue
Block a user