Skip to content

Commit 0261811

Browse files
committed
import component
1 parent 1f20ed6 commit 0261811

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/src/admin/DiscoveryServices.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@
8585
}
8686
</style>
8787
<script>
88+
import ErrorMessage from "../components/ErrorMessage.vue";
89+
8890
export default {
91+
components: {ErrorMessage},
8992
data() {
9093
return {
9194
fetchError: '',

0 commit comments

Comments
 (0)