You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use jexcel in vue,but report an error:"export 'default' (imported as 'jexcel') was not found in 'jexcel/dist/jexcel',i try to resolve it,but,by now i have no idea.can you help me analyze it
import:
import jexcel from "jexcel/dist/jexcel"
import "jexcel/dist/jexcel.css";
i use jexcel in vue,but report an error:"export 'default' (imported as 'jexcel') was not found in 'jexcel/dist/jexcel',i try to resolve it,but,by now i have no idea.can you help me analyze it
import:
import jexcel from "jexcel/dist/jexcel"
import "jexcel/dist/jexcel.css";
call:
const spreadsheet = jexcel(this.$refs.excel, options);
The text was updated successfully, but these errors were encountered: