-
-
-
-
Loading...
+ class="px-3 py-3 rounded-t-lg bg-bg-light-tone-panel dark:bg-bg-dark-tone-panel shadow-lg ">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -94,15 +122,15 @@ export default {
}
},
- stopGenerating(){
+ stopGenerating() {
this.$emit('stopGenerating')
}
},
- watch:{
- loading(newval,oldval){
+ watch: {
+ loading(newval, oldval) {
nextTick(() => {
- feather.replace()
- })
+ feather.replace()
+ })
}
},
mounted() {