followme in export

This commit is contained in:
les
2020-02-10 00:45:51 +01:00
parent f03c23b186
commit f9e6bce0fc
6 changed files with 78 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
<template lang='pug'>
el-container#main(:class='{dark: $route.name==="index"}')
el-dialog.followDialog(:visible.sync='showFollowMe')
el-dialog(:visible.sync='showFollowMe')
h4(slot='title') {{$t('common.follow_me_title')}}
FollowMe
@@ -24,7 +24,7 @@
<script>
import Nav from '~/components/Nav.vue'
import { mapState } from 'vuex'
import FollowMe from '../pages/event/followMe'
import FollowMe from '../components/FollowMe'
export default {
components: { Nav, FollowMe },