19 lines
226 B
Plaintext
19 lines
226 B
Plaintext
|
|
---
|
||
|
|
description: Code template
|
||
|
|
globs: *.uvue
|
||
|
|
alwaysApply: false
|
||
|
|
---
|
||
|
|
|
||
|
|
## 页面模板代码
|
||
|
|
|
||
|
|
```uvue
|
||
|
|
<template>
|
||
|
|
<cl-page>
|
||
|
|
<view class="p-3"></view>
|
||
|
|
</cl-page>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script lang="ts" setup>
|
||
|
|
|
||
|
|
</script>
|
||
|
|
```
|