|
@@ -2,7 +2,7 @@
|
|
* @Author: wjc
|
|
* @Author: wjc
|
|
* @Date: 2024-05-27 11:50:13
|
|
* @Date: 2024-05-27 11:50:13
|
|
* @LastEditors: wjc
|
|
* @LastEditors: wjc
|
|
- * @LastEditTime: 2024-05-29 17:15:46
|
|
|
|
|
|
+ * @LastEditTime: 2024-06-05 09:45:34
|
|
* @Description:
|
|
* @Description:
|
|
-->
|
|
-->
|
|
<script setup lang="ts">
|
|
<script setup lang="ts">
|
|
@@ -20,5 +20,6 @@
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
- @import url('uview-plus/index');
|
|
|
|
|
|
+ /* 注意要写在第一行,同时给style标签加入lang="scss"属性 */
|
|
|
|
+ @import 'uview-plus/index';
|
|
</style>
|
|
</style>
|