encrypt.js 220 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 import Vue from "vue"; export const encryptBaseMixin = Vue.extend({ computed: { encryptOptions() { return this.$themeConfig.encrypt || {}; }, }, }); //# sourceMappingURL=encrypt.js.map