File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/ )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments