• 创建a标签下载

    Parameters

    • options: {
          target?: string;
          title: string;
          url: string;
      }

      参数对象

      • Optional target?: string

        窗口位置

      • title: string

        下载标题

      • url: string

        下载地址

    Returns void

    Example

    import { file } from "@pointcloud/pcloud-utils"
    file.tagADownload({ url: 'http://l0calhost:8080/test.pdf', title: '文档名称' });

Generated using TypeDoc