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" %>
|
||||
</p>
|
||||
|
||||
<!-- vue.js -->
|
||||
<div id="chapter1">
|
||||
<form>
|
||||
<p v-repeat="payloads">
|
||||
@ -17,8 +18,9 @@
|
||||
</form>
|
||||
|
||||
<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></pre>
|
||||
</div>
|
||||
<!-- /vue.js -->
|
||||
|
Loading…
Reference in New Issue
Block a user