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:
7
client/node_modules/@unhead/vue/dist/shared/vue.N9zWjxoK.mjs
generated
vendored
Normal file
7
client/node_modules/@unhead/vue/dist/shared/vue.N9zWjxoK.mjs
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { toValue, isRef } from 'vue';
|
||||
|
||||
const VueResolver = (_, value) => {
|
||||
return isRef(value) ? toValue(value) : value;
|
||||
};
|
||||
|
||||
export { VueResolver as V };
|
||||
Reference in New Issue
Block a user