mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 14:38:12 +08:00
Remove WebPack and let Vue CLI handle WASM. Project restructuring fixes. Add Vue SVG Loader. Fixes #29.
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from "vue";
|
||||
// import LayoutRow from "../layout/LayoutRow.vue";
|
||||
// import LayoutCol from "../layout/LayoutCol.vue";
|
||||
|
||||
export default defineComponent({
|
||||
components: {
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from "vue";
|
||||
// import LayoutRow from "../layout/LayoutRow.vue";
|
||||
// import LayoutCol from "../layout/LayoutCol.vue";
|
||||
|
||||
export default defineComponent({
|
||||
components: {
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from "vue";
|
||||
// import LayoutRow from "../layout/LayoutRow.vue";
|
||||
// import LayoutCol from "../layout/LayoutCol.vue";
|
||||
|
||||
export default defineComponent({
|
||||
components: {
|
||||
|
||||
Reference in New Issue
Block a user