Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit 458d46f

Browse files
committed
chore (AE) Restore demo quasar conf file.
1 parent 1e4f49b commit 458d46f

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

demo/quasar.conf.js

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,34 +31,28 @@ module.exports = function (ctx) {
3131
// all: true, // --- includes everything; for dev only!
3232

3333
components: [
34-
'QBtn',
35-
'QDrawer',
34+
'QLayout',
3635
'QHeader',
36+
'QDrawer',
37+
'QPageContainer',
38+
'QPage',
39+
'QToolbar',
40+
'QToolbarTitle',
41+
'QBtn',
3742
'QIcon',
38-
'QInput',
43+
'QList',
3944
'QItem',
40-
'QItemLabel',
4145
'QItemSection',
42-
'QLayout',
43-
'QList',
44-
'QPage',
45-
'QPageContainer',
46-
'QSeparator',
47-
'QToolbar',
48-
'QToolbarTitle'
46+
'QItemLabel'
4947
],
5048

5149
directives: [
52-
'Ripple',
53-
'Scroll',
54-
'TouchHold'
50+
'Ripple'
5551
],
5652

5753
// Quasar plugins
5854
plugins: [
59-
'Dialog',
60-
'Notify',
61-
'Platform'
55+
'Notify'
6256
]
6357
},
6458

0 commit comments

Comments
 (0)