This repository was archived by the owner on Dec 5, 2022. It is now read-only.
This repository was archived by the owner on Dec 5, 2022. It is now read-only.
Many bugs with just created app #138
Closed
Description
Version
Vue 2.5.22, Vue CLI 3.11.0
Reproduction link
https://github.com/DenisNP/empty-ns-vue-app
Platform and OS info
Android 9 / NativeScript 6.1.2 / Windows 10
Steps to reproduce
-
Follow these steps: https://github.com/DenisNP/empty-ns-vue-app/blob/master/README.md
It shows log with errors (see link) -
Then fix errors: DenisNP/empty-ns-vue-app@2c764a2
App starts, but there is no theme at all -
Add css manually, erase overridden ActionBar style: DenisNP/empty-ns-vue-app@3934cf6
ActionBar still white with gray text, but it shouldn't be, StatusBar is default with no color applied.
What is expected?
- App starts normally without errors right after it is created.
- ActionBar and StatusBar is orange
What is actually happening?
- App dont start
- After fix theme is not applied at all
- After fix theme is not applied to ActionBar and StatusBar