chore: fix typos (#641)

This commit is contained in:
一只前端汪
2023-07-18 19:01:09 +08:00
committed by GitHub
parent b0b03a30e4
commit 711504d5ac
9 changed files with 16 additions and 16 deletions

View File

@@ -72,7 +72,7 @@ const exportExcel = () => {
<el-card shadow="never">
<template #header>
<div class="font-medium">
导出Execl
导出Excel
<el-link
href="https://github.com/SheetJS/sheetjs"
target="_blank"

View File

@@ -3,7 +3,7 @@ import Page from "./page/index.vue";
import RowDrag from "./drag/row/index.vue";
import ColumnDrag from "./drag/column/index.vue";
import Contextmenu from "./contextmenu/index.vue";
import Execl from "./execl/index.vue";
import Excel from "./excel/index.vue";
import Edit from "./edit/index.vue";
import Watermark from "./watermark/index.vue";
import Print from "./prints/index.vue";
@@ -57,10 +57,10 @@ export const list = [
component: Edit
},
{
key: "execl",
content: rendContent("execl"),
title: "导出execl",
component: Execl
key: "excel",
content: rendContent("excel"),
title: "导出excel",
component: Excel
},
{
key: "print",