diff --git a/docs/src/.vuepress/config.js b/docs/src/.vuepress/config.js index b82628b..cf99388 100755 --- a/docs/src/.vuepress/config.js +++ b/docs/src/.vuepress/config.js @@ -16,7 +16,7 @@ module.exports = { * ref:https://v1.vuepress.vuejs.org/config/#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-status-bar-style', content: 'black' }] ], diff --git a/docs/src/.vuepress/styles/palette.styl b/docs/src/.vuepress/styles/palette.styl index 6490cb3..50802b0 100755 --- a/docs/src/.vuepress/styles/palette.styl +++ b/docs/src/.vuepress/styles/palette.styl @@ -4,7 +4,7 @@ * ref:https://v1.vuepress.vuejs.org/zh/config/#palette-styl */ -$accentColor = #3eaf7c +$accentColor = #000 $textColor = #2c3e50 $borderColor = #eaecef $codeBgColor = #282c34 diff --git a/docs/src/index.md b/docs/src/index.md index 69299c6..ea70ed7 100755 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -5,11 +5,11 @@ tagline: Google maps components for Vue.js actionText: Quick Start → actionLink: /guide/ features: -- title: Feature 1 Title - details: Feature 1 Description -- title: Feature 2 Title - details: Feature 2 Description -- title: Feature 3 Title - details: Feature 3 Description +- title: Written with Vue.js + details: This plugin makes strong use of Vue.js Composition api and is written from ground up for Vue.js 3 +- title: Supports most maps components + details: The plugin comes with support of most of google maps components with extensible API to customise +- title: Well documented + details: All the components come with documentations and examples footer: Made by Fawad Mirzad with ❤️ --- diff --git a/package-lock.json b/package-lock.json index c7a4058..a82c1e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "@fawmi/vue-google-maps", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1 } diff --git a/package.json b/package.json index 3a1d1a3..3b5a7d9 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@fawmi/vue-google-maps", "description": "Google Map components for Vue.js 3", - "version": "0.1.1", + "version": "0.1.2", "private": false, "main": "index.js", "scripts": {