add basic support for multiple imports
This commit is contained in:
14
src/demos/Time/index.vue
Normal file
14
src/demos/Time/index.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div>
|
||||
Time: {{ new Date() }}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
div {
|
||||
background-color: black;
|
||||
border-radius: 5px;
|
||||
color: white;
|
||||
padding: 20px;
|
||||
}
|
||||
</style>s
|
||||
0
src/demos/Time/style.css
Normal file
0
src/demos/Time/style.css
Normal file
Reference in New Issue
Block a user