init project
This commit is contained in:
20
examples/Root.vue
Normal file
20
examples/Root.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<div class="root">
|
||||
hello world
|
||||
</div>
|
||||
<popup />
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { Popup } from "common4web";
|
||||
|
||||
</script>
|
||||
<style lang="less" scoped>
|
||||
.root {
|
||||
width: 80%;
|
||||
|
||||
.sp {
|
||||
height: 520px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user