fixed warnings

This commit is contained in:
Chad Derya 2019-09-03 09:55:11 +01:00
parent e9f0d91ad7
commit 9a6514fe17
1 changed files with 0 additions and 3 deletions

View File

@ -1,16 +1,13 @@
<template>
<div class="dashboard-editor-container">
<github-corner class="github-corner" />
<el-radio v-model="platform" label="DE" @change="someHandler">
DE
</el-radio>
<el-radio v-model="platform" label="UK" @change="someHandler">
UK
</el-radio>
<h1>{{ platform }}</h1>
<panel-group @handleSetLineChartData="handleSetLineChartData" />
<el-row style="background:#fff;padding:16px 16px 0;margin-bottom:32px;">