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',