[+] Import login comp. in app.ts
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import {Component, Vue} from 'vue-property-decorator';
|
||||
import Login from '@/components/login/login';
|
||||
|
||||
@Component({
|
||||
components: {},
|
||||
components: {Login},
|
||||
})
|
||||
export default class App extends Vue
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user