Cannot assign to import "LicenseKey"
script:/coding/bqsl_web/src/views/standardLib/components/Designer.vue?id=0:20:14:
20 │ spreadExcel.LicenseKey =
╵ ~~~~~~~~~~
Imports are immutable in JavaScript. To modify the value of this import, you must export a setter
function in the imported file (e.g. "setLicenseKey") and then import and call that function here
instead.
还是不行。 |