This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
move scss import in component
pull/342/head
Guillaume Vincent
7 years ago
parent
c54a9b7d2c
commit
0054eb78af
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/LessPass.vue
+0
-1
src/main.js
+ 1
- 0
src/LessPass.vue
View File
@@ -38,6 +38,7 @@
</div>
</template>
<script type="text/ecmascript-6">
import './LessPass.scss';
import Menu from './components/Menu.vue';
import {mapGetters} from 'vuex';
+ 0
- 1
src/main.js
View File
@@ -1,5 +1,4 @@
import Vue from 'vue';
import './LessPass.scss';
import LessPass from './LessPass.vue';
import store from './store';
import router from './router';
Write
Preview
Loading…
Cancel
Save