fix(editor): Schema view render empty data (#4902)
* fix(editor): Schema view render empty data * fix(editor): Schema view switch n8n-alert with n8n-info-tip * Revert "fix(editor): Schema view render empty data" This reverts commit 0294b5e8 for Alert component * chore(editor): code styling fix * fix(editor): Table view empty data hint * Revert "fix(editor): Table view empty data hint" This reverts commit d42dabf2c5064ee09b3cfb267cadfd2bc0515eab.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import '@testing-library/jest-dom';
|
||||
import Vue from 'vue';
|
||||
import '../plugins';
|
||||
import { I18nPlugin } from '@/plugins/i18n';
|
||||
|
||||
Vue.config.productionTip = false;
|
||||
Vue.config.devtools = false;
|
||||
@@ -9,4 +10,5 @@ Vue.config.devtools = false;
|
||||
// Without having this 3rd party library imported like this, any component test using 'vue-json-pretty' fail with:
|
||||
// [Vue warn]: Failed to mount component: template or render function not defined.
|
||||
Vue.component('vue-json-pretty', require('vue-json-pretty').default);
|
||||
Vue.use((vue) => I18nPlugin(vue));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user