INNER CODE UNIT · JavaScript

useAppState

nisrulz/app-privacy-policy-generator · src/js/main.js:40

function useAppState() {
  var { reactive, computed } = Vue;

  var state = reactive({
    currentLocale: document.documentElement.getAttribute('lang') || 'en',
    availableLocales: window.availableLocalesJsonArray || [],
    iOrWe: "[I/We]",
    typeOfApp: "Free",
    typeOfAppTxt: "a Free",
    typeOfDev: "Individual",
    appName: "",
    appContact: "",
    businessAddress: "",
    euRepresentative: "",
    devName: "",
    companyName: "",
    devOrCompanyName: "[Developer/Company name]",
    pidInfoIn: "",

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…