From 215b4fc39681d14f734f4ea64def86a3683e853f Mon Sep 17 00:00:00 2001 From: nuintun Date: Fri, 24 Nov 2023 17:09:35 +0800 Subject: [PATCH] feat: Update files --- packages/examples/qrcode.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/examples/qrcode.js b/packages/examples/qrcode.js index 38bdae1a..b3968226 100644 --- a/packages/examples/qrcode.js +++ b/packages/examples/qrcode.js @@ -12,8 +12,8 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd - ? define('qrcode', ['exports'], factory) - : ((global = typeof globalThis !== 'undefined' ? globalThis : global || self), factory((global.QRCode = {}))); + ? define('qrcode', ['exports'], factory) + : ((global = typeof globalThis !== 'undefined' ? globalThis : global || self), factory((global.QRCode = {}))); })(this, function (exports) { 'use strict';