UNPKG

sce-component

Version:

38 lines (31 loc) 870 B
import install from './vue-install' import start from './start' import standaloneInstall from './standalone-install' import * as theme from './features/theme' import './features/body-classes' import './features/polyfills' import './features/error-handler' // import './features/fastclick' import './features/addressbar-color' import AppFullscreen from './features/app-fullscreen' import AppVisibility from './features/app-visibility' import Cookies from './features/cookies' import Platform from './features/platform' import Events from './features/events' // import Utils from './utils' import { LocalStorage, SessionStorage } from './features/web-storage' let Quasar = { install, start, theme, AppFullscreen, AppVisibility, Cookies, Platform, Events, // Utils, LocalStorage, SessionStorage } standaloneInstall(Quasar) export default Quasar