vue-chessboard icon indicating copy to clipboard operation
vue-chessboard copied to clipboard

Chessboard vue component to load positions, create positions and see threats

Results 26 vue-chessboard issues
Sort by recently updated
recently updated
newest added

Hey, I would like to use vue-chessboard with Vue.js 3. I'm willing to help out with this if needed. Would you accept a PR for this? Thank you for creating...

How to prevent the same player move white and black. ex: if orientation is white then can't move black Please help me.

I'm not able to enable premoves. How can i do that??

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2. Release notes Sourced from eslint's releases. v4.18.2 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" (#10022) (Mathieu Seiler) 3c697de Chore: fix incorrect comment about...

dependencies

```vue ``` ``` async mounted() { if (location.protocol.indexOf('http') !== -1) { this.isDev = true } await this.getSetting() this.currentFen = this.openFen }, ``` ![image](https://github.com/vitogit/vue-chessboard/assets/43459497/a8570b65-0017-4741-abcf-581264435b78) dont know how to fix it

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies