Explorar el Código

Fixed small issue where io was not defined

theflametrooper hace 8 años
padre
commit
8ae4ce913e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      frontend/components/Admin/Reports.vue

+ 1 - 0
frontend/components/Admin/Reports.vue

@@ -41,6 +41,7 @@
 
 <script>
 	import { Toast } from 'vue-roaster';
+	import io from '../../io';
 
 	export default {
 		data() {