提交 d9561eb5 编写于 作者: D DCloud_LXH

feat: vue

上级 9a3e0864
......@@ -77,7 +77,8 @@ const config = {
extractHeaders: ['h1', 'h2', 'h3', 'h4'],
chainMarkdown (config) {
const extensionMap = {
uts: 'ts'
uts: 'ts',
uvue: 'vue'
}
config.options.highlight((str, lang) => {
const extension = extensionMap[lang]
......@@ -112,4 +113,4 @@ const config = {
]
}
module.exports = config
\ No newline at end of file
module.exports = config
此差异已折叠。
......@@ -221,7 +221,7 @@ const doubleCount = computed<number>(() : number => {
你可以通过给 `module` attribute 一个值来自定义注入 class 对象的属性名:
```html
```vue
<template>
<text :class="classes.red">red</text>
</template>
......@@ -237,7 +237,7 @@ const doubleCount = computed<number>(() : number => {
可以通过 `useCssModule` API 在 `setup()``<script setup>` 中访问注入的 class。对于使用了自定义注入名称的 `<style module>` 块,useCssModule 接收一个匹配的 module attribute 值作为第一个参数:
```html
```ts
import { useCssModule } from 'vue'
// 在 setup() 作用域中...
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册