Skip to content

Commit 48ab491

Browse files
committed
docs(VCalendar): fix opening example in VPlay
1 parent 3cc2502 commit 48ab491

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/docs/src/examples/v-calendar/misc-drag-and-drop.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
}
346346
</script>
347347

348-
<style scoped lang="scss">
348+
<style scoped>
349349
.v-event-draggable {
350350
padding-left: 6px;
351351
}

packages/docs/src/examples/v-calendar/slot-day-body.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</template>
2222

2323
<script setup>
24-
import { onMounted, ref } from 'vue'
24+
import { onMounted, onUnmounted, ref } from 'vue'
2525
2626
const calendar = ref()
2727
@@ -87,7 +87,7 @@
8787
}
8888
</script>
8989
90-
<style lang="scss">
90+
<style>
9191
.v-current-time {
9292
height: 2px;
9393
background-color: #ea4335;

0 commit comments

Comments
 (0)