1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-07-07 01:16:26 +02:00

fix require() actually not working after build in the frontend

This commit is contained in:
LouisLam
2021-07-17 00:51:28 +08:00
parent b3bff8d735
commit dfa9b3a0ca
4 changed files with 17 additions and 8 deletions

View File

@ -220,7 +220,7 @@
<script>
import { Modal } from 'bootstrap'
const {ucfirst} = require("../../server/util")
import { ucfirst } from '../util-frontend'
import axios from "axios";
import { useToast } from 'vue-toastification'
import Confirm from "./Confirm.vue";