mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 01:14:53 +03:00
remove test module
This commit is contained in:
parent
c1f421d0bb
commit
544ab5cb17
|
@ -1,7 +1,6 @@
|
||||||
import Vue from "vue/dist/vue.js";
|
import Vue from "vue/dist/vue.js";
|
||||||
import {VuexAsPlugin, registerModules} from "../../store/vuex_usage_utils";
|
import {VuexAsPlugin, registerModules} from "../../store/vuex_usage_utils";
|
||||||
import FruitModule from "../store/module_fruit"
|
import FruitModule from "../store/module_fruit"
|
||||||
import TestModule from "../store/module_test"
|
|
||||||
const Counter = () => import( /* webpackChunkName: "chunk-counter" */ "../components/Counter.vue");
|
const Counter = () => import( /* webpackChunkName: "chunk-counter" */ "../components/Counter.vue");
|
||||||
const CounterBanner = () => import( /* webpackChunkName: "chunk-counter-banner" */ "../components/CounterBanner.vue");
|
const CounterBanner = () => import( /* webpackChunkName: "chunk-counter-banner" */ "../components/CounterBanner.vue");
|
||||||
|
|
||||||
|
@ -14,9 +13,6 @@ registerModules( {
|
||||||
module: FruitModule,
|
module: FruitModule,
|
||||||
persistedPaths: ['count', 'activeFruit']
|
persistedPaths: ['count', 'activeFruit']
|
||||||
},
|
},
|
||||||
'test' : {
|
|
||||||
store: TestModule
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
|
|
||||||
// Mount top level components
|
// Mount top level components
|
||||||
|
|
Loading…
Reference in New Issue
Block a user