review:【INFRA】标准的代码生成
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
<!--
|
||||
参考自 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/components/ContentWrap/src/ContentWrap.vue
|
||||
保证和 yudao-ui-admin-vue3 功能的一致性
|
||||
-->
|
||||
<script lang="ts" setup>
|
||||
import type { CSSProperties } from 'vue';
|
||||
|
||||
@@ -15,6 +19,7 @@ withDefaults(
|
||||
title: '',
|
||||
},
|
||||
);
|
||||
// TODO @puhui999:这个功能,和 vue3 貌似没对全哇?
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user