File tree Expand file tree Collapse file tree 5 files changed +29
-1
lines changed Expand file tree Collapse file tree 5 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1
1
import number from "../../src" ;
2
2
import { defineClientAppEnhance } from "@vuepress/client" ;
3
+ import { Quasar } from "quasar" ;
3
4
4
5
export default defineClientAppEnhance ( ( { app } ) => {
6
+ app . use ( Quasar , {
7
+ plugins : { } , // import Quasar plugins and add here
8
+ } ) ;
5
9
app . use ( number ) ;
6
10
} ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const { description } = require("../../package");
2
2
const { path } = require ( "@vuepress/utils" ) ;
3
3
4
4
module . exports = {
5
- port : 8081 ,
5
+ port : 8082 ,
6
6
// site config
7
7
lang : "en-US" ,
8
8
title : "Vue Number Format" ,
@@ -46,6 +46,16 @@ module.exports = {
46
46
} ,
47
47
darkMode : false ,
48
48
plugins : [
49
+ [
50
+ "@vuepress/plugin-search" ,
51
+ {
52
+ locales : {
53
+ "/" : {
54
+ placeholder : "Search" ,
55
+ } ,
56
+ } ,
57
+ } ,
58
+ ] ,
49
59
[
50
60
"@vuepress/register-components" ,
51
61
{
Original file line number Diff line number Diff line change 55
55
"@vue/compiler-sfc" : " ^3.0.0" ,
56
56
"@vuepress/plugin-google-analytics" : " ^2.0.0-beta.35" ,
57
57
"@vuepress/plugin-register-components" : " ^2.0.0-beta.35" ,
58
+ "@vuepress/plugin-search" : " ^2.0.0-beta.35" ,
58
59
"babel-eslint" : " ^10.1.0" ,
59
60
"babel-jest" : " ^27.2.0" ,
60
61
"core-js" : " ^3.6.5" ,
Original file line number Diff line number Diff line change 2584
2584
"@vuepress/utils" "2.0.0-beta.35"
2585
2585
chokidar "^3.5.3"
2586
2586
2587
+ "@vuepress/plugin-search@^2.0.0-beta.35":
2588
+ version "2.0.0-beta.35"
2589
+ resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-2.0.0-beta.35.tgz#390a7b448335e004025b29065b902e6d26cd640d"
2590
+ integrity sha512-Z2c26zaRDfoRcJiHbmOLeReqKTLUQufmCwol7pvRMGzDUi2bJ8/+6tDNRs62Cuavpao7mnqIW2kPuzIaLP2S7g==
2591
+ dependencies:
2592
+ "@vuepress/client" "2.0.0-beta.35"
2593
+ "@vuepress/core" "2.0.0-beta.35"
2594
+ "@vuepress/shared" "2.0.0-beta.35"
2595
+ "@vuepress/utils" "2.0.0-beta.35"
2596
+ chokidar "^3.5.3"
2597
+ vue "^3.2.28"
2598
+ vue-router "^4.0.12"
2599
+
2587
2600
"@vuepress/plugin-theme-data@2.0.0-beta.35":
2588
2601
version "2.0.0-beta.35"
2589
2602
resolved "https://registry.yarnpkg.com/@vuepress/plugin-theme-data/-/plugin-theme-data-2.0.0-beta.35.tgz#ead378f8c8435f00c7939b476f296cec569a9d5b"
You can’t perform that action at this time.
0 commit comments