- added working typescript support to vue
- added bouncer support - added UserPolicies - added first user index call
This commit is contained in:
5
resources/js/vue-shim.d.ts
vendored
Normal file
5
resources/js/vue-shim.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare module '*.vue' {
|
||||
import type { DefineComponent } from "vue"
|
||||
const component: DefineComponent<{}, {}, any>
|
||||
export default component
|
||||
}
|
||||
Reference in New Issue
Block a user