Skip to content
Snippets Groups Projects
Commit 042fd435 authored by Valentin Rigal's avatar Valentin Rigal
Browse files

Use the store in the webext options

parent 182b5322
No related branches found
No related tags found
1 merge request!14Use the store in the webext options page
Pipeline #5630 passed with warnings
......@@ -11,10 +11,3 @@ export default {
components: { KeyboardManager },
};
</script>
<style>
html {
width: 400px;
height: 400px;
}
</style>
import Vue from "vue";
import store from "../store";
import App from "./App.vue";
/* eslint-disable no-new */
new Vue({
store,
el: "#app",
render: (h) => h(App),
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment