This commit is contained in:
syuilo
2018-09-26 19:14:11 +09:00
parent 2b07b3a873
commit d2d3f7810e
3 changed files with 18 additions and 10 deletions

View File

@ -6,7 +6,7 @@
import Vue from 'vue';
import { url, lang } from './config';
import applyTheme from './common/scripts/theme';
import darkTheme from '../theme/dark.json';
const darkTheme = require('../theme/dark');
export default Vue.extend({
computed: {