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/server.d.ts
generated
vendored
Normal file
10
client/node_modules/@unhead/vue/dist/server.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { CreateServerHeadOptions } from 'unhead/types';
|
||||
export { CreateServerHeadOptions } from 'unhead/types';
|
||||
export { V as VueHeadMixin } from './shared/vue.DnywREVF.js';
|
||||
export { SSRHeadPayload, extractUnheadInputFromHtml, propsToString, renderSSRHead, transformHtmlTemplate } from 'unhead/server';
|
||||
import { V as VueHeadClient } from './shared/vue.DoxLTFJk.js';
|
||||
import 'vue';
|
||||
|
||||
declare function createHead(options?: Omit<CreateServerHeadOptions, 'propsResolver'>): VueHeadClient;
|
||||
|
||||
export { VueHeadClient, createHead };
|
||||
Reference in New Issue
Block a user