Skip to content

Commit

Permalink
fix: docs index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kohaiy committed Feb 5, 2024
1 parent fc177e5 commit 99f4503
Showing 1 changed file with 31 additions and 6 deletions.
37 changes: 31 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,38 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>
Table Component/ Data Grid / Data Table.Support Virtual
Scroll,Column Fixed,Header Fixed,Header Grouping,Filter,Sort,Cell
Ellipsis,Row Expand,Row Checkbox
</title>
<meta
name="description"
content="vue table 组件 强大、灵活,支持 单元格合并、单元格编辑、多表头固定、多列固定、列拖动、排序、自定义列、分页、单元格编辑、全选、行展开、条件过滤、footer 汇总、导出excel、汇总 Vue2.x flexible table components, support for cell edit,multi-head fixed, multi-column fixed, clumn drag, sort, custom column,Cell Editing, Support cell merge (colSpan and rowSpan),Support checkbox selection"
/>
<meta property="og:type" content="website" />
<meta
property="og:title"
content="vue2.x table 组件,支持 单元格合并、单元格编辑、多表头固定、多列固定、列拖动、排序、自定义列、分页、单元格编辑、条件过滤、footer 汇总、全选 Vue2.x flexible table components, support for cell edit,multi-head fixed, multi-column fixed, clumn drag, sort, custom column,Cell Editing, Support cell merge (colSpan and rowSpan),Support checkbox selection"
/>
<meta
property="og:url"
content="https://github.com/huangshuwei/vue-easytable"
/>
<meta property="og:site_name" content="vue table 组件" />
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<link
rel="stylesheet"
type="text/css"
href="//at.alicdn.com/t/font_2012535_jd48jo96o3r.css"
/>
<!-- default theme -->
<link
rel="stylesheet"
type="text/css"
href="//at.alicdn.com/t/font_2012535_jd48jo96o3r.css"
type="text/css"
id="theme_creator_cli_style_id"
rel="stylesheet"
href="https://unpkg.com/@easytable/vue/libs/theme-default/index.css"
/>
</head>
<body>
Expand Down

0 comments on commit 99f4503

Please sign in to comment.