File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,7 @@ import JsonApiViewer from 'quasar-ui-json-api-viewer/src/components/JsonApiViewe
33import MarkdownPage from '../components/MarkdownPage.vue'
44import MarkdownLink from '../components/MarkdownLink.vue'
55import ExampleViewer , { setDefaults } from 'quasar-ui-example-viewer/src'
6- import pkg from '@quasar/quasar-ui-qiconpicker/package.json'
7- const { version } = pkg
8-
6+ import { version } from '@quasar/quasar-ui-qiconpicker/src/version.js'
97
108setDefaults ( {
119 locationUrl : 'https://github.com/quasarframework/quasar-ui-qiconpicker/tree/next/docs/src/examples' ,
@@ -22,9 +20,4 @@ export default boot(({ app }) => {
2220 app . component ( 'JsonApiViewer' , JsonApiViewer )
2321 app . component ( 'MarkdownPage' , MarkdownPage )
2422 app . component ( 'MarkdownLink' , MarkdownLink )
25-
26- if ( process . env . DEV ) {
27- const IconPicker = require ( `@quasar/quasar-ui-qiconpicker` )
28- app . use ( IconPicker )
29- }
3023} )
You can’t perform that action at this time.
0 commit comments