Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 6ba4f7e

Browse files
committed
Material Them in Nuxt
1 parent d21d898 commit 6ba4f7e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

dev/nuxt/nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default {
5252
*/
5353
modules: [['@asigloo/vue-dynamic-forms/nuxt']],
5454
dynamicForms: {
55-
theme: 'default',
55+
theme: 'material',
5656
},
5757
/*
5858
** Build configuration

dev/nuxt/package-lock.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nuxt/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const path = require('path');
22

3-
const THEMES = ['default'];
3+
const THEMES = ['default', 'material'];
44

55
module.exports = function nuxtDynamicForms(moduleOptions) {
66
const options = Object.assign({}, this.options.dynamicForms, moduleOptions);

0 commit comments

Comments
 (0)