|
@@ -2,7 +2,6 @@
|
|
|
import { store } from '../utils';
|
|
import { store } from '../utils';
|
|
|
import Main from './main';
|
|
import Main from './main';
|
|
|
import Confirm from './confirm';
|
|
import Confirm from './confirm';
|
|
|
-import '../style.css';
|
|
|
|
|
|
|
|
|
|
const components = {
|
|
const components = {
|
|
|
Main,
|
|
Main,
|
|
@@ -17,3 +16,5 @@ export default {
|
|
|
},
|
|
},
|
|
|
};
|
|
};
|
|
|
</script>
|
|
</script>
|
|
|
|
|
+
|
|
|
|
|
+<style src="../style.css"></style>
|