Browse Source

fix: page-header组件

lvkun996 2 năm trước cách đây
mục cha
commit
472611ed5b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/layout/pageHeader.vue

+ 1 - 0
src/layout/pageHeader.vue

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