chore(docs): update algolia config

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 3a27baf87d
commit ae18d231b0
2 changed files with 4 additions and 10 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export default defineComponent({
console.log(this.instance?.toObject())
},
resetTransform() {
//
this.instance?.setTransform({ x: 0, y: 0, zoom: 1 })
},
toggleclass() {
this.elements.forEach((el) => (el.class = el.class === 'light' ? 'dark' : 'light'))