wip: markerIdを自動付与

This commit is contained in:
tai-cha
2025-02-17 17:18:38 +09:00
parent 30ff85babb
commit 9f786b772b
5 changed files with 116 additions and 40 deletions

View File

@@ -87,7 +87,7 @@ export function getConfig(): UserConfig {
pluginCreateSearchIndex({
targetComponents: ['MkSearchMarker'],
targetFilePaths: ['src/pages/settings/*.vue'],
exportFilePath: './src/autogen/search-index.ts'
exportFilePath: './src/scripts/autogen/search-index.ts'
}),
pluginVue(),
pluginUnwindCssModuleClassName(),