Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support vuepress v2 #42

Closed
wants to merge 7 commits into from
Closed

feat: support vuepress v2 #42

wants to merge 7 commits into from

Conversation

BuptStEve
Copy link
Owner

BREAKING CHANGE: remove vuepress-plugin-code-copy
"You cannot use other plugins in your plugin anymore, which avoids lots of
potential issues caused by plugin nesting. If your plugin depends on other plugins, you should list
them in the docs."

fix #41

$ npm i -D vuepress-plugin-demo-code@next
# OR
$ yarn add -D vuepress-plugin-demo-code@next

BREAKING CHANGE: remove vuepress-plugin-code-copy
"You cannot use other plugins in your plugin anymore, which avoids lots of
potential issues caused by plugin nesting. If your plugin depends on other plugins, you should list
them in the docs."

fix #41
@codecov-commenter
Copy link

codecov-commenter commented Dec 7, 2021

Codecov Report

Merging #42 (2fde799) into master (aa1a42f) will decrease coverage by 8.71%.
The diff coverage is 68.42%.

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
- Coverage   69.46%   60.74%   -8.72%     
==========================================
  Files           5        5              
  Lines         131      107      -24     
  Branches       26       26              
==========================================
- Hits           91       65      -26     
- Misses         34       35       +1     
- Partials        6        7       +1     
Impacted Files Coverage Δ
src/client/utils.js 75.00% <25.00%> (ø)
src/node/index.js 21.42% <40.00%> (ø)
src/client/DemoAndCode.vue 86.36% <100.00%> (ø)
src/client/OnlineEdit.vue 100.00% <100.00%> (ø)
src/client/constants.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aa1a42f...2fde799. Read the comment docs.

@@ -48,7 +48,7 @@ import {
PLATFORM_TIP_MAP,
} from './constants'

const vueJs = 'https://unpkg.com/vue/dist/vue.js'
const vueJs = 'https://unpkg.com/vue@2.6.14/dist/vue.js'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you using Vue 2 as default?

@BuptStEve BuptStEve closed this May 5, 2022
@BuptStEve BuptStEve deleted the feature/v2 branch October 17, 2022 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Vuepress 2 support
3 participants