Commit 67faf425 authored by Sparkf's avatar Sparkf 🏙️
Browse files

add plugin: vuepress-plugin-fulltext-search

parent 8ddc6605
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ module.exports = {
      'ga': 'UA-169618277-1' // UA-00000000-0
    },
  ],
  'fulltext-search',
  [
    '@vuepress/last-updated',
      {
+2 −1
Original line number Diff line number Diff line
{
  "devDependencies": {
    "@vuepress/plugin-google-analytics": "^1.5.2",
    "vuepress": "^1.5.2"
    "vuepress": "^1.5.2",
    "vuepress-plugin-fulltext-search": "^2.0.3"
  },
  "scripts": {
    "docs:dev": "vuepress dev docs",