@@ -56,16 +59,16 @@ export default {
],
}
},
+ watch: {
+ active(color) {
+ localStorage.setItem("THEME_COLOR", color)
+ },
+ },
methods: {
setActiveColor(color) {
document.documentElement.setAttribute("data-accent", color)
this.active = color
},
},
- watch: {
- active(color) {
- localStorage.setItem("THEME_COLOR", color)
- },
- },
}
diff --git a/components/smart/AceEditor.vue b/components/smart/AceEditor.vue
index e06ed1b9..924d63bc 100644
--- a/components/smart/AceEditor.vue
+++ b/components/smart/AceEditor.vue
@@ -1,18 +1,25 @@
-
-
+
+
{{ p }}
-
chevron_right
-
chevron_right
-
+
+
{{ sib.key ? sib.key.value : i }}
@@ -22,6 +29,220 @@
+
+
-
-
diff --git a/components/smart/AutoComplete.vue b/components/smart/AutoComplete.vue
index d3e8f480..6def418a 100644
--- a/components/smart/AutoComplete.vue
+++ b/components/smart/AutoComplete.vue
@@ -1,29 +1,29 @@
+
+
-
-
diff --git a/components/smart/ColorModePicker.vue b/components/smart/ColorModePicker.vue
index 4cc08234..8e98b34b 100644
--- a/components/smart/ColorModePicker.vue
+++ b/components/smart/ColorModePicker.vue
@@ -3,7 +3,10 @@