Skip to content

Commit fe62974

Browse files
committed
chore(docs): update Call to action
1 parent c425a4e commit fe62974

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/src/pages/contributing/call-to-action.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ Only the Timestamp library has some Jest testing done on it. It'd be very welcom
2626

2727
Each calendar component, as well as the Timestamp library, has an associated JSON file. Except for the Timestamp one, they are all missing functionality that needs to be added or updated and reviewed.
2828

29-
### Typescript
30-
31-
The currently typed system is using Vue 2. It needs updating. The types are done by reading in the JSON API and generating the appropriate types from that information. There is a separate library called [quasar-json-api](https://github.com/hawkeye64/quasar-json-api) that does this work. So, it's the library that needs updating. Specifically, the [build-types.js](https://github.com/hawkeye64/quasar-json-api/blob/master/library/src/build.types.js) in the library.
32-
3329
### Examples
3430

3531
A lot of the examples (in the `examples` folder) have been converted to Vue Composition API. Yet, there remains a lot using the Vue Options API. It's preferable to convert these latter ones to the Vue Composition API. And, if you are not quite familiar with the Vue Composition API, this will give you hands-on experience. Just look at another example that has been converted and extrapolate.

0 commit comments

Comments
 (0)