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

[U] Migrate to MDX #27

Merged
merged 1 commit into from Mar 21, 2022
Merged

[U] Migrate to MDX #27

merged 1 commit into from Mar 21, 2022

Conversation

Mak1owo
Copy link
Member

@Mak1owo Mak1owo commented Mar 20, 2022

Component syntax is converted to JSX, which is slightly (completely?) different from Vue template.

From:

<Component text-prop="text-value" :dynamic-prop="js_expression" />

To:

<Component text-prop="text-value" dynamic-prop={"js_expression"} />

The built data is now in a separated branch gh-pages, rather than /ganerated directory in main branch.

@hykilpikonna
Copy link
Member

改了好多哇... 辛苦啦,谢谢!!

@hykilpikonna hykilpikonna merged commit 45fd335 into one-among-us:main Mar 21, 2022
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.

None yet

2 participants