generated from thzxcx/vue3
18 lines
319 B
Vue
18 lines
319 B
Vue
<!--
|
|
* @Author: zhaojinfeng 121016171@qq.com
|
|
* @Date: 2023-07-10 17:23:35
|
|
* @LastEditors: zhaojinfeng 121016171@qq.com
|
|
* @LastEditTime: 2023-07-10 18:34:34
|
|
* @FilePath: \uni\dev\v iew.vue
|
|
* @Description:
|
|
*
|
|
-->
|
|
<template>
|
|
<div>
|
|
<slot />
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts" name="View">
|
|
</script>
|