- Converting all to Typescript
- Installing 1.0.0.beta Quasar Upgrade - (Part 1 - Upgrade Components)
This commit is contained in:
7
src/boot/local-storage.ts
Normal file
7
src/boot/local-storage.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// import something here
|
||||
import { _LocalStorage } from '../local-storage'
|
||||
// leave the export, even if you don't use it
|
||||
export default ({ app, router, Vue }) => {
|
||||
// something to do
|
||||
Vue.prototype.$_localStorage = _LocalStorage
|
||||
}
|
||||
Reference in New Issue
Block a user