Update contents of the home page
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = {
|
|||||||
* ref:https://v1.vuepress.vuejs.org/config/#head
|
* ref:https://v1.vuepress.vuejs.org/config/#head
|
||||||
*/
|
*/
|
||||||
head: [
|
head: [
|
||||||
['meta', { name: 'theme-color', content: '#3eaf7c' }],
|
['meta', { name: 'theme-color', content: '#000' }],
|
||||||
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
|
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
|
||||||
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }]
|
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }]
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* ref:https://v1.vuepress.vuejs.org/zh/config/#palette-styl
|
* ref:https://v1.vuepress.vuejs.org/zh/config/#palette-styl
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$accentColor = #3eaf7c
|
$accentColor = #000
|
||||||
$textColor = #2c3e50
|
$textColor = #2c3e50
|
||||||
$borderColor = #eaecef
|
$borderColor = #eaecef
|
||||||
$codeBgColor = #282c34
|
$codeBgColor = #282c34
|
||||||
|
|||||||
@@ -5,11 +5,11 @@ tagline: Google maps components for Vue.js
|
|||||||
actionText: Quick Start →
|
actionText: Quick Start →
|
||||||
actionLink: /guide/
|
actionLink: /guide/
|
||||||
features:
|
features:
|
||||||
- title: Feature 1 Title
|
- title: Written with Vue.js
|
||||||
details: Feature 1 Description
|
details: This plugin makes strong use of Vue.js Composition api and is written from ground up for Vue.js 3
|
||||||
- title: Feature 2 Title
|
- title: Supports most maps components
|
||||||
details: Feature 2 Description
|
details: The plugin comes with support of most of google maps components with extensible API to customise
|
||||||
- title: Feature 3 Title
|
- title: Well documented
|
||||||
details: Feature 3 Description
|
details: All the components come with documentations and examples
|
||||||
footer: Made by Fawad Mirzad with ❤️
|
footer: Made by Fawad Mirzad with ❤️
|
||||||
---
|
---
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@fawmi/vue-google-maps",
|
"name": "@fawmi/vue-google-maps",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"lockfileVersion": 1
|
"lockfileVersion": 1
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@fawmi/vue-google-maps",
|
"name": "@fawmi/vue-google-maps",
|
||||||
"description": "Google Map components for Vue.js 3",
|
"description": "Google Map components for Vue.js 3",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"private": false,
|
"private": false,
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user