标签: javascript import grid
我使用grid.js创建了一个表,但是现在我试图在documentation中指定的行中插入一个按钮。我试过导入h函数:
import { Grid, h } from "gridjs";
但这给了我这个错误:
Uncaught TypeError: Failed to resolve module specifier "gridjs"
我只使用没有任何框架的js文件