layui/example/docs/zh-CN/guide/sandbox.md
2021-11-23 11:08:40 +08:00

24 lines
362 B
Markdown

::: title 沙盒环境
:::
::: demo
<template>
<lay-layer title="一任流行坎止"></lay-layer>
<lay-layer title="身如不系之舟" :offset="['260px','220px']"></lay-layer>
</template>
<script>
import { ref, watch } from "vue";
import { useRoute, useRouter } from "vue-router";
export default {
setup() {
return {
};
},
};
</script>
:::