Update MultipleDoc.vue
parent
ec556d501d
commit
f0cf4906d1
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<DocSectionText v-bind="$attrs">
|
<DocSectionText v-bind="$attrs">
|
||||||
<p>MeterGroup is used with the <i>value</i> property.</p>
|
<p><i>value</i> property accepts multiple meter group objects.</p>
|
||||||
</DocSectionText>
|
</DocSectionText>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<MeterGroup :value="value" />
|
<MeterGroup :value="value" />
|
||||||
|
|
Loading…
Reference in New Issue