Skip to content

Commit 19b45f3

Browse files
authored
Update to VueJS 3 (#260)
* switch to vue@3 * switch to using enabled field in thirdpartyservices json * migrate to vuejs 3 in code * update generated code * updated dev docs * rename script * switch to using prod version of vue3 * format code
1 parent 2de94df commit 19b45f3

File tree

13 files changed

+276
-332
lines changed

13 files changed

+276
-332
lines changed

dev-doc.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,13 @@ The format is very simple and you only need to provide the below fields:
6969

7070
```yml
7171
- name: Google Play Services
72-
model: gps
73-
gps: false
72+
enabled: false
7473
logo: images/third_party_logos/gps.png
7574
link:
7675
privacy: https://www.google.com/policies/privacy/
7776
terms: https://policies.google.com/terms
7877
```
7978
80-
> Note: The value of model is the same as the the field below it. i.e `model: gps` and `gps: false`. This is required by the code. Make sure this is maintained.
81-
8279
Additionally, you also will have to drop the logo image into the [`public/images/third_party_logos/`](public/images/third_party_logos/) folder. Make sure the logo is **160 × 160** in size.
8380

8481
- To remove background from the logo image, [you can use this online tool](https://www.remove.bg/).

public/index.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

public/js/main.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/thirdpartyservices.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)