5 lines
110 B
Vue
5 lines
110 B
Vue
<template>
|
|
<!-- root level comment -->
|
|
<div><slot></slot></div>
|
|
<!-- root level comment -->
|
|
</template>
|