Skip to content

Instantly share code, notes, and snippets.

@nanotroy
Created August 28, 2019 15:49
Show Gist options
  • Save nanotroy/279e3b5da68f01cfb4947c0689f22108 to your computer and use it in GitHub Desktop.
Save nanotroy/279e3b5da68f01cfb4947c0689f22108 to your computer and use it in GitHub Desktop.
import Vue from 'vue'
import './styles/quasar.styl'
import '@quasar/extras/material-icons/material-icons.css'
import {
Quasar,
QLayout,
QHeader,
QDrawer,
QPageContainer,
QPage,
QToolbar,
QToolbarTitle,
QBtn,
QIcon,
QList,
QItem,
QItemSection,
QItemLabel,
QForm,
QInput,
QDate,
QPopupProxy,
QSelect,
QCard,
QCardSection,
QCardActions,
QMenu,
ClosePopup,
QSpace
} from 'quasar'
Vue.use(Quasar, {
config: {},
components: {
QLayout,
QHeader,
QDrawer,
QPageContainer,
QPage,
QToolbar,
QToolbarTitle,
QBtn,
QIcon,
QList,
QItem,
QItemSection,
QItemLabel,
QForm,
QInput,
QDate,
QPopupProxy,
QSelect,
QCard,
QCardSection,
QCardActions,
QMenu,
QSpace
},
directives: {
ClosePopup
},
plugins: {
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment