mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-24 11:08:16 +08:00
11 lines
212 B
TypeScript
11 lines
212 B
TypeScript
import { defineClientConfig } from '@vuepress/client'
|
|
import { setupCopyCode } from './setupCopyCode.js'
|
|
|
|
import './styles/button.css'
|
|
|
|
export default defineClientConfig({
|
|
setup() {
|
|
setupCopyCode()
|
|
},
|
|
})
|