mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 17:27:09 +02:00
Use double quotes instead of single quotes
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
5c1e9f0ead
commit
202200b9f6
@ -5,7 +5,7 @@ import createLogger from "vuex/dist/logger";
|
|||||||
|
|
||||||
Vue.use(Vuex);
|
Vue.use(Vuex);
|
||||||
|
|
||||||
const debug = process.env.NODE_ENV !== 'production';
|
const debug = process.env.NODE_ENV !== "production";
|
||||||
|
|
||||||
import parserParams from "./modules/parser_params";
|
import parserParams from "./modules/parser_params";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user