Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): rewrite Expo.vue in TS (#397)
Rewrites `src/pages/Expo.vue` in TypeScript. All the changes are straightforward. Here is a tip for TypeScript migration: - Explicitly import and register Buefy components so that they are type-checked. Note that no type-checking is performed for globally registered components.
- Loading branch information