zh/ #10
Replies: 6 comments 1 reply
-
| 有人吗 | 
Beta Was this translation helpful? Give feedback.
-
| vuepress2.x版本能嵌入视频吗,没有找到相关文档或操作方法 | 
Beta Was this translation helpful? Give feedback.
-
| 对于下面这种,应该用哪个插件可以解析,实现示例代码块的效果显示及折叠代码块功能 <template>
  <div>{{ message }}</div>
</template>
 
<script>
export default {
  data() {
    return {
      message: 'Hello VuePress!',
    };
  },
};
</script> | 
Beta Was this translation helpful? Give feedback.
-
| vuepress2项目,直接打开除首页外的其他layout页面都会报错,Hydration completed but contains mismatches. 
 | 
Beta Was this translation helpful? Give feedback.
-
| 请问导航栏如何改成使用icon或者图标来显示,而不是单纯文字? | 
Beta Was this translation helpful? Give feedback.
-
| 有个bug,这个页面的主题按钮点击跳转的是https://marketplace.vuejs.press/zh/Themes/会报404,导航栏的主题跳转的是https://marketplace.vuejs.press/zh/themes/这才是正常的 | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
zh/
升级到最新的 VuePress2 添加你的主题和插件 请参阅 在此表达你的反馈
https://marketplace.vuejs.press/zh/
Beta Was this translation helpful? Give feedback.
All reactions