[Improvement] Sku: optimize DOM (#704)

This commit is contained in:
neverland
2018-03-16 20:27:59 +08:00
committed by GitHub
parent ffd72e5442
commit 4c195fd664
26 changed files with 228 additions and 265 deletions

View File

@@ -10,11 +10,9 @@
</template>
<script>
import install from '../utils/install';
export default {
install,
import create from '../utils/create-basic';
export default create({
name: 'loading',
props: {
@@ -37,5 +35,5 @@ export default {
} : {};
}
}
};
});
</script>