Skip to content

Commit 752155b

Browse files
committed
update README.md
update demo
1 parent ed153f4 commit 752155b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
- [@gridsheet/preact-core](https://github.com/walkframe/gridsheet/tree/master/packages/preact-core)
1010
- [@gridsheet/vue-core](https://github.com/walkframe/gridsheet/tree/master/packages/vue-core)
11+
- [@gridsheet/svelte-core](https://github.com/walkframe/gridsheet/tree/master/packages/svelte-core)
12+
1113
## Docs
1214

1315
- [Gridsheet document](https://gridsheet.walkframe.com/)

packages/docs/public/demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<script type="module">
2424
import { h, render } from "https://cdn.jsdelivr.net/npm/preact@10.29.0/+esm";
2525
import htm from "https://cdn.jsdelivr.net/npm/htm@3/+esm";
26-
import { GridSheet, useBook } from "https://cdn.jsdelivr.net/npm/@gridsheet/preact-core@3.0.1/+esm";
27-
import { allFunctions } from "https://cdn.jsdelivr.net/npm/@gridsheet/functions@3.0.1/+esm";
26+
import { GridSheet, useBook } from "https://cdn.jsdelivr.net/npm/@gridsheet/preact-core@3.0.2/+esm";
27+
import { allFunctions } from "https://cdn.jsdelivr.net/npm/@gridsheet/functions@3.0.2/+esm";
2828

2929
const html = htm.bind(h);
3030

0 commit comments

Comments
 (0)