Remove deprecated scripts for adding head-matter to wt_config.xml, including Python and Bash implementations, to streamline configuration management.
This commit is contained in:
10
client/node_modules/@unhead/vue/dist/client.d.mts
generated
vendored
Normal file
10
client/node_modules/@unhead/vue/dist/client.d.mts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { CreateClientHeadOptions } from 'unhead/types';
|
||||
export { CreateClientHeadOptions } from 'unhead/types';
|
||||
export { V as VueHeadMixin } from './shared/vue.DnywREVF.mjs';
|
||||
export { renderDOMHead } from 'unhead/client';
|
||||
import { V as VueHeadClient } from './shared/vue.DoxLTFJk.mjs';
|
||||
import 'vue';
|
||||
|
||||
declare function createHead(options?: CreateClientHeadOptions): VueHeadClient;
|
||||
|
||||
export { VueHeadClient, createHead };
|
||||
Reference in New Issue
Block a user