Skip to content

Commit 81d8e56

Browse files
committed
onSbmit chnages
1 parent c308be6 commit 81d8e56

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

package-lock.json

Lines changed: 15 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@csvbox/vuejs",
3-
"version": "0.0.13",
3+
"version": "0.0.15",
44
"description": "Vue adapter for csvbox.io",
55
"author": "csvbox-io",
66
"license": "MIT",

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div>
33
<CSVBoxButton
4-
licenseKey="ku7TPp0YwGRD6qEmbTKOZTI5df0o6O"
4+
licenseKey="Sheet License Key"
55
:user="{ user_id: 'default123' }"
66
:onImport="onImport"
77
:onReady="onReady"

0 commit comments

Comments
 (0)