mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-05 06:12:44 +08:00
style
This commit is contained in:
parent
1e0ab9d809
commit
d9fa2d3a8f
@ -6,6 +6,7 @@ dist
|
||||
.hbuilderx
|
||||
src/manifest.json
|
||||
src/pages.json
|
||||
src/tmui/
|
||||
*.sh
|
||||
node_modules
|
||||
*.md
|
||||
|
@ -1,3 +1,3 @@
|
||||
@import "auxiliary";
|
||||
@import "mixin";
|
||||
@import "flex";
|
||||
@import 'auxiliary';
|
||||
@import 'mixin';
|
||||
@import 'flex';
|
||||
|
@ -1,8 +1,4 @@
|
||||
|
||||
@mixin flex($direction: row) {
|
||||
display: flex;
|
||||
flex-direction: $direction;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<script lang="ts" setup></script>
|
||||
|
||||
<template>
|
||||
<view class="container"> 页面构建中... </view>
|
||||
<view class="container"> 页面构建中...54264536 </view>
|
||||
<view class="flex-row">
|
||||
<view>item1</view>
|
||||
<view>item2</view>
|
||||
|
@ -10,7 +10,7 @@
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"lib": ["esnext", "dom"],
|
||||
"types": ["@dcloudio/types"],
|
||||
"types": ["@dcloudio/types","src/tmui/interface.ts"],
|
||||
"paths": {
|
||||
"@/*":["./src/*"]
|
||||
}
|
||||
@ -20,6 +20,6 @@
|
||||
"src/**/*.d.ts",
|
||||
"src/**/*.tsx",
|
||||
"src/**/*.vue",
|
||||
"node_modules/@dcloudio/types/uni-app/uni.d.ts"
|
||||
"node_modules/@dcloudio/types/uni-app/uni.d.ts",
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user