This commit is contained in:
syuilo
2021-08-05 16:34:18 +09:00
parent 2a47e4a1e1
commit 33b0cab596
20 changed files with 25 additions and 25 deletions

View File

@@ -29,7 +29,7 @@
<script lang="ts">
import { defineComponent, markRaw } from 'vue';
import Chart from 'chart.js';
import number from '../../filters/number';
import number from '@client/filters/number';
const alpha = (hex, a) => {
const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex)!;