-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
1 lines (1 loc) · 1.23 KB
/
index.html
1
<!doctype html><html lang=""><head><meta charset="utf-8"><meta content="ie=edge" http-equiv="x-ua-compatible"><title>Indíces de valores financiaisaa</title><link href="dist/main.e5a59685032bd0f82ceb.css" rel="stylesheet"></head><body><section><h1>Índices Financeiros</h1><div id="app"><h4 class="ui dividing header">Filtros</h4><filter-dates @update-financial="getValuesSeries" :is-loading="loading"></filter-dates><filter-series @update-financial="getValuesSeries"></filter-series><div class="table-component"><div class="sk-folding-cube" v-show="loading"><div class="sk-cube1 sk-cube"></div><div class="sk-cube2 sk-cube"></div><div class="sk-cube4 sk-cube"></div><div class="sk-cube3 sk-cube"></div></div><table cellpadding="0" cellspacing="0" class="mt-10"><thead class="tbl-header" id="tbl-header"><tr id="tbl-header-tr"><th></th><th v-for="name in names" v-text="name"></th></tr></thead><tbody class="tbl-content" id="tbl-body"><tr v-for="serie in series" v-show="!loading"><td v-for="item in serie" v-html="item"></td></tr></tbody></table></div><div id="chart" style="width: 100%; min-height: 500px"></div></div></section><script src="dist/vendors.e5a59685032bd0f82ceb.js"></script><script src="dist/main.e5a59685032bd0f82ceb.js"></script></body></html>