You've already forked AstralRinth
forked from didirus/AstralRinth
Fix some page components not being imported
This commit is contained in:
@@ -251,10 +251,12 @@
|
||||
import axios from 'axios'
|
||||
import ModPage from '~/components/layout/ModPage'
|
||||
|
||||
import ConfirmPopup from '~/components/ui/ConfirmPopup'
|
||||
|
||||
import DropdownIcon from '~/assets/images/utils/dropdown.svg?inline'
|
||||
|
||||
export default {
|
||||
components: { ModPage, DropdownIcon },
|
||||
components: { ModPage, DropdownIcon, ConfirmPopup },
|
||||
async asyncData(data) {
|
||||
try {
|
||||
const mod = (
|
||||
|
||||
Reference in New Issue
Block a user