You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -877,6 +877,13 @@ You can find a full example in the `demo/chatkitty` folder.
877
877
Customize your vue-advanced-chat theme and features using the ChatKitty console, setting the feature schema version to `vue-advanced-chat@2` in your project settings:
You can customize the vue-advanced-chat theme directly from the ChatKitty console without having to write any code.
882
+
883
+
- Go to the ChatKitty console [https://console.chatkitty.com](https://console.chatkitty.com)
884
+
- In the code editor, setting the styles schema version to `vue-advanced-chat@2` and change the styles under the `styles` key to customize your chat theme.
885
+
- You can find the full options [here](src/themes/index.js)
0 commit comments