diff --git a/src/components/FooterTabs.vue b/src/components/FooterTabs.vue new file mode 100644 index 0000000..76b341c --- /dev/null +++ b/src/components/FooterTabs.vue @@ -0,0 +1,30 @@ + + + + + diff --git a/src/layouts/Layout.vue b/src/layouts/Layout.vue new file mode 100644 index 0000000..21701c2 --- /dev/null +++ b/src/layouts/Layout.vue @@ -0,0 +1,62 @@ + + + diff --git a/src/pages/PageSettings.vue b/src/pages/PageSettings.vue new file mode 100644 index 0000000..54f461a --- /dev/null +++ b/src/pages/PageSettings.vue @@ -0,0 +1,11 @@ + + + + diff --git a/src/pages/PageTodo.vue b/src/pages/PageTodo.vue new file mode 100644 index 0000000..c4f6f95 --- /dev/null +++ b/src/pages/PageTodo.vue @@ -0,0 +1,13 @@ + + + + + diff --git a/src/store/store-flag.d.ts b/src/store/store-flag.d.ts new file mode 100644 index 0000000..ec274bd --- /dev/null +++ b/src/store/store-flag.d.ts @@ -0,0 +1,9 @@ +// THIS FEATURE-FLAG FILE IS AUTOGENERATED, +// REMOVAL OR CHANGES WILL CAUSE RELATED TYPES TO STOP WORKING +import "quasar/dist/types/feature-flag"; + +declare module "quasar/dist/types/feature-flag" { + interface QuasarFeatureFlags { + store: true; + } +}