Skip to content

Commit

Permalink
Deploying to gh-pages from @ 99f4503 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kohaiy committed Feb 5, 2024
1 parent 52b27be commit 44e4bfa
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 12 deletions.
37 changes: 31 additions & 6 deletions 0.0.1/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="/easytable/0.0.1/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"
/>
<script type="module" crossorigin src="/easytable/0.0.1/assets/index-LjdMESSP.js"></script>
<link rel="stylesheet" crossorigin href="/easytable/0.0.1/assets/index-ETwF4YI9.css">
Expand Down
37 changes: 31 additions & 6 deletions 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="/easytable/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"
/>
<script type="module" crossorigin src="/easytable/assets/index-xJshVBOS.js"></script>
<link rel="stylesheet" crossorigin href="/easytable/assets/index-0utd9FAq.css">
Expand Down

0 comments on commit 44e4bfa

Please sign in to comment.