You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
330 B
16 lines
330 B
<!-- |
|
* @Author: weisheng |
|
* @Date: 2023-03-21 14:48:19 |
|
* @LastEditTime: 2023-03-21 21:34:58 |
|
* @LastEditors: weisheng |
|
* @Description: |
|
* @FilePath: \fant-mini-plus\src\uni_modules\fant-mini\components\fant-mini\fant-mini.vue |
|
* 记得注释 |
|
--> |
|
<template> |
|
<view></view> |
|
</template> |
|
|
|
<script setup></script> |
|
|
|
<style></style>
|
|
|