mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-25 11:28:13 +08:00
9 lines
132 B
Smarty
9 lines
132 B
Smarty
import { defineClientConfig } from '@vuepress/client'
|
|
|
|
|
|
export default defineClientConfig({
|
|
setup() {
|
|
// do something
|
|
},
|
|
})
|