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

doesn't work as expected #789

Closed
junjieweb opened this issue Mar 31, 2022 · 2 comments
Closed

doesn't work as expected #789

junjieweb opened this issue Mar 31, 2022 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@junjieweb
Copy link

image

import { defineUserConfig } from 'vuepress'
import type { DefaultThemeOptions } from 'vuepress'

export default defineUserConfig<DefaultThemeOptions>({
  // 站点配置
  lang: 'en-US',
  title: 'Hello VuePress',
  description: 'Just playing around',

  // 主题和它的配置
  theme: '@vuepress/theme-default',
  themeConfig: {
    logo: 'https://vuejs.org/images/logo.png',
  },
})

浏览器报错信息
image

@junjieweb
Copy link
Author

image

@junjieweb junjieweb changed the title 无法按照预期工作 doesn't work as expected Mar 31, 2022
@Mister-Hope
Copy link
Member

#781

@Mister-Hope Mister-Hope added the duplicate This issue or pull request already exists label Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants