Vue cli3 environment variable setting

in the project created by vue cli, set the environment variable and report an error not defined

the environmental background of the problems and what methods you have tried

related codes

/ / Please paste the code text below (do not replace the code with pictures)\

</div>
    <!-- built files will be auto injected -->
  </body>
</html>

expect the page title to display "test title", but there is an error "ReferenceError: VUE_APP_TITLE is not defined"

May.14,2021

process.env.VUE_APP_TITLE


wrote an article before: https://codeshelper.com/a/11.

.

is mostly placed in the process.env

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38f4f-2c183.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38f4f-2c183.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?