You've already forked AstralRinth
forked from didirus/AstralRinth
Fix some page components not being imported
This commit is contained in:
@@ -131,11 +131,13 @@ import axios from 'axios'
|
||||
|
||||
import Multiselect from 'vue-multiselect'
|
||||
import ModPage from '~/components/layout/ModPage'
|
||||
import FileInput from '~/components/ui/FileInput'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
ModPage,
|
||||
Multiselect,
|
||||
FileInput,
|
||||
},
|
||||
async asyncData(data) {
|
||||
try {
|
||||
|
||||
@@ -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 = (
|
||||
|
||||
@@ -148,6 +148,7 @@
|
||||
import axios from 'axios'
|
||||
|
||||
import ModPage from '~/components/layout/ModPage'
|
||||
import ConfirmPopup from '~/components/ui/ConfirmPopup'
|
||||
|
||||
import Categories from '~/components/ui/search/Categories'
|
||||
import FileInput from '~/components/ui/FileInput'
|
||||
@@ -169,6 +170,7 @@ export default {
|
||||
TrashIcon,
|
||||
EditIcon,
|
||||
ReportIcon,
|
||||
ConfirmPopup,
|
||||
},
|
||||
auth: false,
|
||||
async asyncData(data) {
|
||||
|
||||
Reference in New Issue
Block a user