We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
有些需求需要动态修改 文档中的内容,通过插槽的方式实现会受到 markdown格式的 影响
我当前的实现方式是 可读性很差, 而且 <template> 标签不可缩进 应该是bug
<template>
如果可以提供一些组件出来就好了,可读性将得到提升
just like :
const json_txt = ref( ... som json txt ) <press-code type="json"> {{ json_txt }} </press-code>
now the json_txt is responsive
The text was updated successfully, but these errors were encountered:
No branches or pull requests
有些需求需要动态修改 文档中的内容,通过插槽的方式实现会受到 markdown格式的 影响
我当前的实现方式是
可读性很差,
而且
<template>
标签不可缩进 应该是bug如果可以提供一些组件出来就好了,可读性将得到提升
just like :
now the json_txt is responsive
The text was updated successfully, but these errors were encountered: