Fixed typo
parent
a478ace3fb
commit
38e18b426a
|
@ -9,7 +9,7 @@ const ToastProps = [
|
||||||
name: "position",
|
name: "position",
|
||||||
type: "string",
|
type: "string",
|
||||||
default: "top-right",
|
default: "top-right",
|
||||||
description: 'Position of the toast in viewport. Other valid values are "top-left", "top-center", "bottom-left", "botton-center", "bottom-right" and "center".'
|
description: 'Position of the toast in viewport. Other valid values are "top-left", "top-center", "bottom-left", "bottom-center", "bottom-right" and "center".'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "autoZIndex",
|
name: "autoZIndex",
|
||||||
|
|
|
@ -142,7 +142,7 @@ export default defineComponent({
|
||||||
|
|
||||||
<h5>Position</h5>
|
<h5>Position</h5>
|
||||||
<p>There are four positions available for the toast container defined by the <i>position</i> property that defaults to "top-right". Other
|
<p>There are four positions available for the toast container defined by the <i>position</i> property that defaults to "top-right". Other
|
||||||
valid values are "top-left", "top-center", "bottom-left", "botton-center", "bottom-right" and "center".
|
valid values are "top-left", "top-center", "bottom-left", "bottom-center", "bottom-right" and "center".
|
||||||
</p>
|
</p>
|
||||||
<pre v-code><code>
|
<pre v-code><code>
|
||||||
<Toast />
|
<Toast />
|
||||||
|
|
Loading…
Reference in New Issue