phat.nguyen

Results 2 comments of phat.nguyen

If you use vite this is a simple solution ```ts // vite.config.js import { defineConfig } from 'vite' export default defineConfig({ define: { __VUE_PROD_DEVTOOLS__: true } }) ```

If you use vite this is a simple solution ```ts // vite.config.js import { defineConfig } from 'vite' export default defineConfig({ define: { __VUE_PROD_DEVTOOLS__: true } }) ```