mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
wip
This commit is contained in:
parent
67fe781b5c
commit
711c606e2a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
import Vue from 'vue';
|
||||
import { themeColor } from '../../../config';
|
||||
|
||||
const Vec2 = function(x, y) {
|
||||
const Vec2 = function(this: any, x, y) {
|
||||
this.x = x;
|
||||
this.y = y;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue