79492474

Date: 2025-03-07 13:39:20
Score: 1
Natty:
Report link

You can change <slot/> as

 <slot></slot>

/default.vue

<template>
    <div>
        <!-- set here how all the pages will look like -->
        this is the default layout
         <slot></slot>
    </div>
</template>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Elif Nur Turk