Fixed typo
parent
a478ace3fb
commit
38e18b426a
|
@ -9,7 +9,7 @@ const ToastProps = [
|
|||
name: "position",
|
||||
type: "string",
|
||||
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",
|
||||
|
|
|
@ -142,7 +142,7 @@ export default defineComponent({
|
|||
|
||||
<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
|
||||
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>
|
||||
<pre v-code><code>
|
||||
<Toast />
|
||||
|
|
Loading…
Reference in New Issue