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 CodepenEdit in TS (#394)
Rewrites `src/components/CodepenEdit.vue` in TypeScript: - Makes `code` required so that null checks are unnecessary 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