diff --git a/docs/props/positioning/index.html b/docs/props/positioning/index.html index 1d3b1866..ae89eef4 100644 --- a/docs/props/positioning/index.html +++ b/docs/props/positioning/index.html @@ -38,7 +38,7 @@ import { ref } from 'vue'; const date = ref(new Date()); -</script>

alt-position

If you have issues with the menu being miss-placed, you can use custom function that can position the menu to your liking

Code Example
vue
<template>
+</script>

alt-position

If you have issues with the menu being miss-placed, you can use custom function that can position the menu to your liking

Code Example
vue
<template>
     <VueDatePicker v-model="date" :alt-position="customPosition" />
 </template>
 
@@ -67,4 +67,4 @@
     
     
   
-
\ No newline at end of file
+