@@ -14,6 +14,7 @@ interface IProps {
desc: string
}
const props = defineProps<IProps>()
+
</script>
<style lang="less" scoped >