From e275fa8ffc5e7959ea015e3192795c7ccc331989 Mon Sep 17 00:00:00 2001 From: Dmitry Nagibin <19asdek91@gmail.com> Date: Thu, 25 Mar 2021 19:33:06 +0300 Subject: [PATCH] fix: failed loading of NcArrayImport package --- .../ncform-show/examples/components/playground/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/ncform-show/examples/components/playground/index.html b/packages/ncform-show/examples/components/playground/index.html index 45d96dd..cea9565 100755 --- a/packages/ncform-show/examples/components/playground/index.html +++ b/packages/ncform-show/examples/components/playground/index.html @@ -33,8 +33,7 @@ - - + @@ -57,7 +56,7 @@ }) let lang = location.search.indexOf('lang=cn') >= 0 ? 'zh-cn' : 'en'; - Vue.use(vueNcform, { extComponents: { ...ncformStdComps, NcArrayImport }, lang }); + Vue.use(vueNcform, { extComponents: { ...ncformStdComps }, lang }); // Bootstrap the app new Vue({ el: '#demo',