Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蒋波涛
/
super_mapboxgl_vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1d4fb121
authored
2019-12-14 10:23:18 +0800
by
unknown
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
'20191204'
1 parent
6986fdc7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
index.html
src/App.vue
index.html
View file @
1d4fb12
<!--
* @Author: jiangbotao
* @Date: 2019-12-12 17:39:25
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-14 10:22:48
* @FilePath: \supermapvue\index.html
-->
<!DOCTYPE html>
<html>
<head>
...
...
src/App.vue
View file @
1d4fb12
...
...
@@ -2,7 +2,7 @@
* @Author: jiangbotao
* @Date: 2019-12-12 17:40:15
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-14
00:01:58
* @LastEditTime: 2019-12-14
10:21:51
* @FilePath: \mymapbox\src\App.vue
-->
<
template
>
...
...
@@ -13,8 +13,7 @@
theme=
"dark"
mode=
"horizontal"
:defaultSelectedKeys=
"['2']"
:style=
"
{ lineHeight: '64px' }"
>
:style=
"
{ lineHeight: '64px' }">
</a-menu>
</a-layout-header>
<a-layout>
...
...
@@ -38,7 +37,7 @@ export default {
name
:
'App'
,
data
()
{
return
{
collapsed
:
fals
e
,
collapsed
:
tru
e
,
};
},
components
:
{
MyMenu
},
...
...
Please
register
or
sign in
to post a comment