From 2e96d3dbacb927c1a2526212bf3dca863e9efee7 Mon Sep 17 00:00:00 2001 From: William Chong <6198816+williamchong@users.noreply.github.com> Date: Sun, 4 Jun 2023 00:03:00 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20async=20typo=20(#356?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/nft/iscn/_iscnId.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/nft/iscn/_iscnId.vue b/pages/nft/iscn/_iscnId.vue index 1abbf3a2..d5c4455f 100644 --- a/pages/nft/iscn/_iscnId.vue +++ b/pages/nft/iscn/_iscnId.vue @@ -202,7 +202,7 @@ export enum MintState { type: 'module', src: 'https://unpkg.com/@google/model-viewer@3.0.2/dist/model-viewer.min.js', - asyc: 'true', + async: true, }], }; },