fixed warnings
This commit is contained in:
@@ -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;">
|
||||
|
Reference in New Issue
Block a user