initial commit

This commit is contained in:
2022-09-21 02:11:53 +01:00
parent 6c1f4091ac
commit 530db529ce
44 changed files with 4494 additions and 0 deletions

9
src/quasar.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
/* eslint-disable */
// Forces TS to apply `@quasar/app-vite` augmentations of `quasar` package
// Removing this would break `quasar/wrappers` imports as those typings are declared
// into `@quasar/app-vite`
// As a side effect, since `@quasar/app-vite` reference `quasar` to augment it,
// this declaration also apply `quasar` own
// augmentations (eg. adds `$q` into Vue component context)
/// <reference types="@quasar/app-vite" />