mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
update doc
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'demo-block',
|
||||
|
||||
computed: {
|
||||
component() {
|
||||
return this.$route.path.split('/').pop();
|
||||
|
@@ -13,7 +13,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import docConfig from '../doc.config.js';
|
||||
import docConfig from '../doc.config';
|
||||
import MobileNav from './mobile-nav';
|
||||
|
||||
export default {
|
||||
|
Reference in New Issue
Block a user