pull/1167/head
Fernando Tolentino 8 years ago
parent 9f895e0890
commit 4b45b9c63c

@ -3,11 +3,5 @@
</div> </div>
<script> <script>
import Nested from './Nested.html'; import './Nested.html';
export default {
components: {
Nested
}
};
</script> </script>

@ -3,17 +3,13 @@
<script> <script>
import { Store } from '../../../../store.js'; import { Store } from '../../../../store.js';
import Nested from './Nested.html'; import './Nested.html';
export default { export default {
store () { store () {
return new Store({ return new Store({
name: 'world' name: 'world'
}); });
},
components: {
Nested
} }
}; };
</script> </script>

@ -3,9 +3,5 @@
</svg> </svg>
<script> <script>
import Rect from './Rect.html'; import './Rect.html';
export default {
components: { Rect }
};
</script> </script>

Before

Width:  |  Height:  |  Size: 179 B

After

Width:  |  Height:  |  Size: 123 B

@ -3,9 +3,5 @@
</svg> </svg>
<script> <script>
import Rect from './Rect.html'; import './Rect.html';
export default {
components: { Rect }
};
</script> </script>

Before

Width:  |  Height:  |  Size: 179 B

After

Width:  |  Height:  |  Size: 123 B

Loading…
Cancel
Save