Skip to content

Commit

Permalink
Remove vue constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed May 21, 2024
1 parent 2a12831 commit a0e6592
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions js/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
__VUE_OPTIONS_API__ = true;

if (process.env.NODE_ENV !== 'production') {
__VUE_PROD_DEVTOOLS__ = true;
} else {
__VUE_PROD_DEVTOOLS__ = false;
}
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__ = false;

import 'maplibre-gl/dist/maplibre-gl.css';
import 'vuetify/lib/styles/main.sass';

Expand Down
9 changes: 0 additions & 9 deletions js/remote.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
__VUE_OPTIONS_API__ = true;

if (process.env.NODE_ENV !== 'production') {
__VUE_PROD_DEVTOOLS__ = true;
} else {
__VUE_PROD_DEVTOOLS__ = false;
}
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__ = false;

import 'vuetify/lib/styles/main.sass';

import { createApp } from 'vue';
Expand Down

0 comments on commit a0e6592

Please sign in to comment.