naive-ui/build/loaders/ComponentDemoTemplate.vue

25 lines
474 B
Vue
Raw Normal View History

2019-09-17 19:24:39 +08:00
<template>
<component-demo
demo-file-name="<!--DEMO_FILE_NAME-->"
2020-09-04 01:06:39 +08:00
relative-url="<!--URL-->"
title="<!--TITLE_SLOT-->"
2021-06-02 17:51:13 +08:00
code="<!--CODE_SLOT-->"
>
2020-11-03 15:10:29 +08:00
<template #title>
2019-09-17 19:24:39 +08:00
<!--TITLE_SLOT-->
</template>
2020-11-03 15:10:29 +08:00
<template #content>
2019-09-17 19:24:39 +08:00
<!--CONTENT_SLOT-->
</template>
2020-11-03 15:10:29 +08:00
<template #demo>
2020-12-16 02:16:59 +08:00
<div class="demo-card__view">
<!--DEMO_SLOT-->
</div>
2019-09-17 19:24:39 +08:00
</template>
2019-09-23 15:04:57 +08:00
</component-demo>
2019-09-17 19:24:39 +08:00
</template>
<!--SCRIPT_SLOT-->
2019-09-17 19:24:39 +08:00
2020-12-16 02:16:59 +08:00
<!--STYLE_SLOT-->