10 lines
153 B
Vue
10 lines
153 B
Vue
|
|
<template>
|
||
|
|
<div style="height: 100%;width: 100%;border: 1px solid #f0f0f0"></div>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
export default {
|
||
|
|
name: 'NpmLine'
|
||
|
|
}
|
||
|
|
</script>
|