X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FTestComp.vue;h=71793bf1db910db47c245d603b6809d6116111fd;hb=03470390eba8fd75b6aa5d929140d16a4aa719b9;hp=5f29c3ff0ade01427dcd2e7b804b23ada1643831;hpb=625022fdcf750f0aff8fcd699f7e9b89730e1d10;p=vchess.git diff --git a/client/src/components/TestComp.vue b/client/src/components/TestComp.vue index 5f29c3ff..71793bf1 100644 --- a/client/src/components/TestComp.vue +++ b/client/src/components/TestComp.vue @@ -22,6 +22,10 @@ export default { // .then((V) => { // console.log(V); // }); + //console.log(this.$variants); + + // TODO: components which need to access user.name and user.id should + // import a module with a function to get this from localStorage (or anonymous) }, methods: { //...