mart-admin/src/views/docs/index.vue

3 lines
62 B
Vue
Raw Normal View History

<template>
<p v-for="v in 100" :key="v">docs</p>
</template>