Jelajahi Sumber

fix: page-header组件

lvkun996 2 tahun lalu
induk
melakukan
472611ed5b
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      src/layout/pageHeader.vue

+ 1 - 0
src/layout/pageHeader.vue

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