fixed warnings
This commit is contained in:
parent
e9f0d91ad7
commit
9a6514fe17
|
@ -1,16 +1,13 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="dashboard-editor-container">
|
<div class="dashboard-editor-container">
|
||||||
<github-corner class="github-corner" />
|
<github-corner class="github-corner" />
|
||||||
|
|
||||||
<el-radio v-model="platform" label="DE" @change="someHandler">
|
<el-radio v-model="platform" label="DE" @change="someHandler">
|
||||||
DE
|
DE
|
||||||
</el-radio>
|
</el-radio>
|
||||||
<el-radio v-model="platform" label="UK" @change="someHandler">
|
<el-radio v-model="platform" label="UK" @change="someHandler">
|
||||||
UK
|
UK
|
||||||
</el-radio>
|
</el-radio>
|
||||||
|
|
||||||
<h1>{{ platform }}</h1>
|
<h1>{{ platform }}</h1>
|
||||||
|
|
||||||
<panel-group @handleSetLineChartData="handleSetLineChartData" />
|
<panel-group @handleSetLineChartData="handleSetLineChartData" />
|
||||||
|
|
||||||
<el-row style="background:#fff;padding:16px 16px 0;margin-bottom:32px;">
|
<el-row style="background:#fff;padding:16px 16px 0;margin-bottom:32px;">
|
||||||
|
|
Loading…
Reference in New Issue