[新增] checkbox 组件 待完成 menu 组件
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
<template>
|
||||
<dd><a href="">选项</a></dd>
|
||||
<dd>
|
||||
<a href="">{{ title }}</a>
|
||||
</dd>
|
||||
</template>
|
||||
|
||||
<script setup name="LayMenuChildItem" lang="ts">
|
||||
import { defineProps } from 'vue'
|
||||
|
||||
const props =
|
||||
defineProps<{
|
||||
title: string
|
||||
}>()
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user