From 2467f4d473cf529c7a5d5038a0a802b9e2db4461 Mon Sep 17 00:00:00 2001 From: Brandon Jordan Date: Mon, 27 May 2024 18:36:59 -0400 Subject: [PATCH] Move glyphs and colors out of Vue data --- src/App.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index e11a134..3045e64 100644 --- a/src/App.vue +++ b/src/App.vue @@ -178,6 +178,9 @@ export default { f7Button, f7PageContent, }, + setup() { + return {colors, glyphs}; + }, data() { return { blue: null, @@ -186,9 +189,7 @@ export default { theme: 'ios', darkMode: 'auto', }, - glyphs: glyphs, glyph: {identifier: 'identifier', code: null}, - colors: colors, color: {identifier: null, code: null}, compilers: { 'Cherri': {