fix: refs #8006 defaults

This commit is contained in:
Javier Segarra 2025-03-26 09:22:25 +01:00
parent 943e0abb2a
commit 4b1a648509
2 changed files with 5 additions and 8 deletions

View File

@ -92,6 +92,7 @@ export default configure(function (/* ctx */) {
vitePlugins: [
[
VueI18nPlugin({
strictMessage: false,
runtimeOnly: false,
include: [
path.resolve(__dirname, './src/i18n/locale/**'),

View File

@ -1,8 +1,4 @@
import { qTable } from './defaults/qTable';
import { qInput } from './defaults/qInput';
import { qSelect } from './defaults/qSelect';
export default {
qTable,
qInput,
qSelect,
};
/* eslint-disable eslint/export */
export * from './defaults/qTable';
export * from './defaults/qInput';
export * from './defaults/qSelect';